Shades of Topaz #878194
Tints of Topaz #878194
RGB
CMYK
RGB Variations
Color information
#878194 (or 0x878194) is known color: Topaz. HEX triplet: 87, 81 and 94. RGB value is (135,129,148). Sum of RGB (Red+Green+Blue) = 135+129+148=412 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.77% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 148 - color contains mainly: blue. Hex color #878194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878194 is #787E6B. Grayscale: #848484. Windows color (decimal): -7896684 or 9732487. OLE color: 9732487.
HSL color Cylindrical-coordinate representation of color #878194: hue angle of 258.95º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #878194 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 129 | 148 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.42 |
| HSL | 258.95º | 0.08% | 0.54% | - |
| HSV(B) | 258.95º | 0.13% | 0.58% | - |
| XYZ | 23.19 | 22.99 | 31.23 | - |
| YUV | 132.96 | 136.49 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 148 | 0.09 | 0.13 | 0 | 0.42 | 258.95 | 0.08 | 0.54 |
| Hex | 87 | 81 | 94 | 9 | D | 0 | 2A | 103 | 8 | 36 |
| Octal | 207 | 201 | 224 | 11 | 15 | 0 | 52 | 403 | 10 | 66 |
| Binary | 10000111 | 10000001 | 10010100 | 1001 | 1101 | 0 | 101010 | 100000011 | 1000 | 110110 |
Color Harmonies of #878194
Complementary color
Monochromatic Colors of #878194
Black with #878194
Text Example
Text Example
White with #878194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878194; }
p { color: rgb(135,129,148); }
H1.HeaderClassName
{
color: #878194;
}
.AnyTagClassName
{
color: #878194;
}
</style>
background-color css
<style>
a { background-color: #878194; }
a { background-color: rgb(135,129,148); }
div.DivClassName
{
background-color: #878194;
}
.BgClassName
{
background-color: #878194;
}
</style>
border-color css
<style>
span { border-color: #878194; }
span { border-color: rgb(135,129,148); }
td.TdClassName
{
border-color: #878194;
}
.TagClassName
{
border-color: #878194;
}
</style>