Shades of Topaz #817A8D
Tints of Topaz #817A8D
RGB
CMYK
RGB Variations
Color information
#817A8D (or 0x817A8D) is known color: Topaz. HEX triplet: 81, 7A and 8D. RGB value is (129,122,141). Sum of RGB (Red+Green+Blue) = 129+122+141=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 141 - color contains mainly: blue. Hex color #817A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817A8D is #7E8572. Grayscale: #7E7E7E. Windows color (decimal): -8291699 or 9271937. OLE color: 9271937.
HSL color Cylindrical-coordinate representation of color #817A8D: hue angle of 262.11º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #817A8D is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 122 | 141 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.45 |
| HSL | 262.11º | 0.08% | 0.52% | - |
| HSV(B) | 262.11º | 0.13% | 0.55% | - |
| XYZ | 20.82 | 20.51 | 28.06 | - |
| YUV | 126.26 | 136.32 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 122 | 141 | 0.09 | 0.13 | 0 | 0.45 | 262.11 | 0.08 | 0.52 |
| Hex | 81 | 7A | 8D | 9 | D | 0 | 2D | 106 | 8 | 34 |
| Octal | 201 | 172 | 215 | 11 | 15 | 0 | 55 | 406 | 10 | 64 |
| Binary | 10000001 | 1111010 | 10001101 | 1001 | 1101 | 0 | 101101 | 100000110 | 1000 | 110100 |
Color Harmonies of #817A8D
Complementary color
Monochromatic Colors of #817A8D
Black with #817A8D
Text Example
Text Example
White with #817A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817A8D; }
p { color: rgb(129,122,141); }
H1.HeaderClassName
{
color: #817A8D;
}
.AnyTagClassName
{
color: #817A8D;
}
</style>
background-color css
<style>
a { background-color: #817A8D; }
a { background-color: rgb(129,122,141); }
div.DivClassName
{
background-color: #817A8D;
}
.BgClassName
{
background-color: #817A8D;
}
</style>
border-color css
<style>
span { border-color: #817A8D; }
span { border-color: rgb(129,122,141); }
td.TdClassName
{
border-color: #817A8D;
}
.TagClassName
{
border-color: #817A8D;
}
</style>