Shades of Topaz #806E91
Tints of Topaz #806E91
RGB
CMYK
RGB Variations
Color information
#806E91 (or 0x806E91) is known color: Topaz. HEX triplet: 80, 6E and 91. RGB value is (128,110,145). Sum of RGB (Red+Green+Blue) = 128+110+145=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 145 (57.03% from 255 or 37.86% from 383); Max value from RGB is 145 - color contains mainly: blue. Hex color #806E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806E91 is #7F916E. Grayscale: #777777. Windows color (decimal): -8360303 or 9531008. OLE color: 9531008.
HSL color Cylindrical-coordinate representation of color #806E91: hue angle of 270.86º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #806E91 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 110 | 145 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.43 |
| HSL | 270.86º | 0.14% | 0.5% | - |
| HSV(B) | 270.86º | 0.24% | 0.57% | - |
| XYZ | 19.59 | 17.79 | 29.19 | - |
| YUV | 119.37 | 142.46 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 110 | 145 | 0.12 | 0.24 | 0 | 0.43 | 270.86 | 0.14 | 0.5 |
| Hex | 80 | 6E | 91 | C | 18 | 0 | 2B | 10F | E | 32 |
| Octal | 200 | 156 | 221 | 14 | 30 | 0 | 53 | 417 | 16 | 62 |
| Binary | 10000000 | 1101110 | 10010001 | 1100 | 11000 | 0 | 101011 | 100001111 | 1110 | 110010 |
Color Harmonies of #806E91
Complementary color
Monochromatic Colors of #806E91
Black with #806E91
Text Example
Text Example
White with #806E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806E91; }
p { color: rgb(128,110,145); }
H1.HeaderClassName
{
color: #806E91;
}
.AnyTagClassName
{
color: #806E91;
}
</style>
background-color css
<style>
a { background-color: #806E91; }
a { background-color: rgb(128,110,145); }
div.DivClassName
{
background-color: #806E91;
}
.BgClassName
{
background-color: #806E91;
}
</style>
border-color css
<style>
span { border-color: #806E91; }
span { border-color: rgb(128,110,145); }
td.TdClassName
{
border-color: #806E91;
}
.TagClassName
{
border-color: #806E91;
}
</style>