Septenary to Hexadecimal Converter

Convert Septenary (Base 7) to Hexadecimal (Base 16) with step-by-step solution.

Valid digits: 0123456
255 (Base 7) = 8A (Base 16)
Step-by-Step Solution
1Convert Septenary to Decimal:

Each digit × 7^position:

DigitValuePositionCalculationResult
2222 × 7^298
5515 × 7^135
5505 × 7^05
Sum: 98 + 35 + 5 = 138
2Convert Decimal to Hexadecimal:

Divide by 16, collect remainders:

StepDividend÷ 16QuotientRemainderDigit
1138÷ 16810A
28÷ 16088
Read bottom to top: 8A
3Result:
255 (Base 7) = 8A (Base 16)

Conversion Table

DecimalSeptenaryHexadecimal
000
111
222
333
444
555
666
7107
8118
9129
1013A
1521F
162210
202614
324420

255 (Base 7) in All Bases

Number SystemBaseValue
Binary210001010
Octal8212
Decimal10138
Hexadecimal168A
Ternary312010
Quaternary42022
Quinary51023
Senary6350
Duodecimal12B6
Vigesimal206I
Duotrigesimal324A
Hexatrigesimal363U

Popular Conversions

How to Convert Septenary to Hexadecimal

To convert from Septenary (base 7) to Hexadecimal (base 16), first convert to decimal, then convert from decimal to Hexadecimal.

About Septenary

Days of the week. Uses digits: 0123456

About Hexadecimal

Used in programming and colors. Uses digits: 0123456789ABCDEF