Shades of Topaz #878093
Tints of Topaz #878093
RGB
CMYK
RGB Variations
Color information
#878093 (or 0x878093) is known color: Topaz. HEX triplet: 87, 80 and 93. RGB value is (135,128,147). Sum of RGB (Red+Green+Blue) = 135+128+147=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 147 - color contains mainly: blue. Hex color #878093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878093 is #787F6C. Grayscale: #848484. Windows color (decimal): -7896941 or 9666695. OLE color: 9666695.
HSL color Cylindrical-coordinate representation of color #878093: hue angle of 262.11º 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 #878093 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 128 | 147 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.42 |
| HSL | 262.11º | 0.08% | 0.54% | - |
| HSV(B) | 262.11º | 0.13% | 0.58% | - |
| XYZ | 22.98 | 22.7 | 30.77 | - |
| YUV | 132.26 | 136.32 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 128 | 147 | 0.08 | 0.13 | 0 | 0.42 | 262.11 | 0.08 | 0.54 |
| Hex | 87 | 80 | 93 | 8 | D | 0 | 2A | 106 | 8 | 36 |
| Octal | 207 | 200 | 223 | 10 | 15 | 0 | 52 | 406 | 10 | 66 |
| Binary | 10000111 | 10000000 | 10010011 | 1000 | 1101 | 0 | 101010 | 100000110 | 1000 | 110110 |
Color Harmonies of #878093
Complementary color
Monochromatic Colors of #878093
Black with #878093
Text Example
Text Example
White with #878093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878093; }
p { color: rgb(135,128,147); }
H1.HeaderClassName
{
color: #878093;
}
.AnyTagClassName
{
color: #878093;
}
</style>
background-color css
<style>
a { background-color: #878093; }
a { background-color: rgb(135,128,147); }
div.DivClassName
{
background-color: #878093;
}
.BgClassName
{
background-color: #878093;
}
</style>
border-color css
<style>
span { border-color: #878093; }
span { border-color: rgb(135,128,147); }
td.TdClassName
{
border-color: #878093;
}
.TagClassName
{
border-color: #878093;
}
</style>