Shades of Topaz #806E90
Tints of Topaz #806E90
RGB
CMYK
RGB Variations
Color information
#806E90 (or 0x806E90) is known color: Topaz. HEX triplet: 80, 6E and 90. RGB value is (128,110,144). Sum of RGB (Red+Green+Blue) = 128+110+144=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 144 - color contains mainly: blue. Hex color #806E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806E90 is #7F916F. Grayscale: #777777. Windows color (decimal): -8360304 or 9465472. OLE color: 9465472.
HSL color Cylindrical-coordinate representation of color #806E90: hue angle of 271.76º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #806E90 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 110 | 144 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.44 |
| HSL | 271.76º | 0.13% | 0.5% | - |
| HSV(B) | 271.76º | 0.24% | 0.56% | - |
| XYZ | 19.51 | 17.75 | 28.78 | - |
| YUV | 119.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 110 | 144 | 0.11 | 0.24 | 0 | 0.44 | 271.76 | 0.13 | 0.5 |
| Hex | 80 | 6E | 90 | B | 18 | 0 | 2C | 110 | D | 32 |
| Octal | 200 | 156 | 220 | 13 | 30 | 0 | 54 | 420 | 15 | 62 |
| Binary | 10000000 | 1101110 | 10010000 | 1011 | 11000 | 0 | 101100 | 100010000 | 1101 | 110010 |
Color Harmonies of #806E90
Complementary color
Monochromatic Colors of #806E90
Black with #806E90
Text Example
Text Example
White with #806E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806E90; }
p { color: rgb(128,110,144); }
H1.HeaderClassName
{
color: #806E90;
}
.AnyTagClassName
{
color: #806E90;
}
</style>
background-color css
<style>
a { background-color: #806E90; }
a { background-color: rgb(128,110,144); }
div.DivClassName
{
background-color: #806E90;
}
.BgClassName
{
background-color: #806E90;
}
</style>
border-color css
<style>
span { border-color: #806E90; }
span { border-color: rgb(128,110,144); }
td.TdClassName
{
border-color: #806E90;
}
.TagClassName
{
border-color: #806E90;
}
</style>