Shades of Light Slate Grey #87919A
Tints of Light Slate Grey #87919A
RGB
CMYK
RGB Variations
Color information
#87919A (or 0x87919A) is known color: Light Slate Grey. HEX triplet: 87, 91 and 9A. RGB value is (135,145,154). Sum of RGB (Red+Green+Blue) = 135+145+154=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 154 - color contains mainly: blue. Hex color #87919A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87919A is #786E65. Grayscale: #8E8E8E. Windows color (decimal): -7892582 or 10129799. OLE color: 10129799.
HSL color Cylindrical-coordinate representation of color #87919A: hue angle of 208.42º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #87919A is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 145 | 154 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.40 |
| HSL | 208.42º | 0.09% | 0.57% | - |
| HSV(B) | 208.42º | 0.12% | 0.6% | - |
| XYZ | 25.95 | 27.73 | 34.56 | - |
| YUV | 143.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 145 | 154 | 0.12 | 0.06 | 0 | 0.40 | 208.42 | 0.09 | 0.57 |
| Hex | 87 | 91 | 9A | C | 6 | 0 | 28 | D0 | 9 | 39 |
| Octal | 207 | 221 | 232 | 14 | 6 | 0 | 50 | 320 | 11 | 71 |
| Binary | 10000111 | 10010001 | 10011010 | 1100 | 110 | 0 | 101000 | 11010000 | 1001 | 111001 |
Color Harmonies of #87919A
Complementary color
Monochromatic Colors of #87919A
Black with #87919A
Text Example
Text Example
White with #87919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87919A; }
p { color: rgb(135,145,154); }
H1.HeaderClassName
{
color: #87919A;
}
.AnyTagClassName
{
color: #87919A;
}
</style>
background-color css
<style>
a { background-color: #87919A; }
a { background-color: rgb(135,145,154); }
div.DivClassName
{
background-color: #87919A;
}
.BgClassName
{
background-color: #87919A;
}
</style>
border-color css
<style>
span { border-color: #87919A; }
span { border-color: rgb(135,145,154); }
td.TdClassName
{
border-color: #87919A;
}
.TagClassName
{
border-color: #87919A;
}
</style>