Shades of Topaz #806992
Tints of Topaz #806992
RGB
CMYK
RGB Variations
Color information
#806992 (or 0x806992) is known color: Topaz. HEX triplet: 80, 69 and 92. RGB value is (128,105,146). Sum of RGB (Red+Green+Blue) = 128+105+146=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 146 - color contains mainly: blue. Hex color #806992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806992 is #7F966D. Grayscale: #747474. Windows color (decimal): -8361582 or 9595264. OLE color: 9595264.
HSL color Cylindrical-coordinate representation of color #806992: hue angle of 273.66º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #806992 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 105 | 146 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.43 |
| HSL | 273.66º | 0.16% | 0.49% | - |
| HSV(B) | 273.66º | 0.28% | 0.57% | - |
| XYZ | 19.14 | 16.77 | 29.42 | - |
| YUV | 116.55 | 144.62 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 105 | 146 | 0.12 | 0.28 | 0 | 0.43 | 273.66 | 0.16 | 0.49 |
| Hex | 80 | 69 | 92 | C | 1C | 0 | 2B | 112 | 10 | 31 |
| Octal | 200 | 151 | 222 | 14 | 34 | 0 | 53 | 422 | 20 | 61 |
| Binary | 10000000 | 1101001 | 10010010 | 1100 | 11100 | 0 | 101011 | 100010010 | 10000 | 110001 |
Color Harmonies of #806992
Complementary color
Monochromatic Colors of #806992
Black with #806992
Text Example
Text Example
White with #806992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806992; }
p { color: rgb(128,105,146); }
H1.HeaderClassName
{
color: #806992;
}
.AnyTagClassName
{
color: #806992;
}
</style>
background-color css
<style>
a { background-color: #806992; }
a { background-color: rgb(128,105,146); }
div.DivClassName
{
background-color: #806992;
}
.BgClassName
{
background-color: #806992;
}
</style>
border-color css
<style>
span { border-color: #806992; }
span { border-color: rgb(128,105,146); }
td.TdClassName
{
border-color: #806992;
}
.TagClassName
{
border-color: #806992;
}
</style>