|
|
#1 |
|
Junior Member
Join Date: Nov 2001
Posts: 5
|
How to convert from Hexadecimal to Decimal.
Can somebady explain to me how to convert hexadecimal RGB numbers to Decimal numbers ???All i now is that i have to use the windows calculator in scientific mode. I hope somebady can explain it to me. a_vdh Sorry for by bad English, i hope you can read it !!! |
|
|
|
|
|
#2 |
|
Guest
Posts: n/a
|
#0088FF breaks into three numbers R: 0x00 B: 0x88 G: 0xFF (0x signifies Hex)
0x87: 8*16^1 + 7*16^0 = 135 Work form the right of the number 0xABCDEF = F*16^0 + E*16^2 + D*16^3 + C*16^4 + B*16^5 + A*16^6 code: |
|
|
|
#3 |
|
Junior Member
Join Date: Nov 2001
Posts: 5
|
???
Thanks for replaying on my question sawq. But how do i have to use the calculator to convert from dec into hex, it`s not totaly clear to me you see !!! a_vdh |
|
|
|
|
|
#4 |
|
Major Dude
Join Date: Jan 2001
Posts: 1,668
|
sawg told you how to do it without a calculator
![]() start calculator, choose scientific under view, type in your number, mark 'Hex' on the left instead of 'Dec' - there you are if you want to convert another number switch back to 'Dec' first |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Nov 2001
Posts: 5
|
Tanks for helping me out.
It wasn`t that difficult after all !!! Now i`m finally ready to summit my skin. Tank you, Sawg and Lion King
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|