Shades of Topaz #817D90
Tints of Topaz #817D90
RGB
CMYK
RGB Variations
Color information
#817D90 (or 0x817D90) is known color: Topaz. HEX triplet: 81, 7D and 90. RGB value is (129,125,144). Sum of RGB (Red+Green+Blue) = 129+125+144=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 144 - color contains mainly: blue. Hex color #817D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817D90 is #7E826F. Grayscale: #808080. Windows color (decimal): -8290928 or 9469313. OLE color: 9469313.
HSL color Cylindrical-coordinate representation of color #817D90: hue angle of 252.63º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #817D90 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 125 | 144 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.44 |
| HSL | 252.63º | 0.08% | 0.53% | - |
| HSV(B) | 252.63º | 0.13% | 0.56% | - |
| XYZ | 21.42 | 21.35 | 29.38 | - |
| YUV | 128.36 | 136.83 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 144 | 0.10 | 0.13 | 0 | 0.44 | 252.63 | 0.08 | 0.53 |
| Hex | 81 | 7D | 90 | A | D | 0 | 2C | FD | 8 | 35 |
| Octal | 201 | 175 | 220 | 12 | 15 | 0 | 54 | 375 | 10 | 65 |
| Binary | 10000001 | 1111101 | 10010000 | 1010 | 1101 | 0 | 101100 | 11111101 | 1000 | 110101 |
Color Harmonies of #817D90
Complementary color
Monochromatic Colors of #817D90
Black with #817D90
Text Example
Text Example
White with #817D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817D90; }
p { color: rgb(129,125,144); }
H1.HeaderClassName
{
color: #817D90;
}
.AnyTagClassName
{
color: #817D90;
}
</style>
background-color css
<style>
a { background-color: #817D90; }
a { background-color: rgb(129,125,144); }
div.DivClassName
{
background-color: #817D90;
}
.BgClassName
{
background-color: #817D90;
}
</style>
border-color css
<style>
span { border-color: #817D90; }
span { border-color: rgb(129,125,144); }
td.TdClassName
{
border-color: #817D90;
}
.TagClassName
{
border-color: #817D90;
}
</style>