Shades of Light Slate Grey #87919F
Tints of Light Slate Grey #87919F
RGB
CMYK
RGB Variations
Color information
#87919F (or 0x87919F) is known color: Light Slate Grey. HEX triplet: 87, 91 and 9F. RGB value is (135,145,159). Sum of RGB (Red+Green+Blue) = 135+145+159=439 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.75% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 159 - color contains mainly: blue. Hex color #87919F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87919F is #786E60. Grayscale: #8F8F8F. Windows color (decimal): -7892577 or 10457479. OLE color: 10457479.
HSL color Cylindrical-coordinate representation of color #87919F: hue angle of 215º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #87919F is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 145 | 159 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.38 |
| HSL | 215º | 0.11% | 0.58% | - |
| HSV(B) | 215º | 0.15% | 0.62% | - |
| XYZ | 26.38 | 27.9 | 36.8 | - |
| YUV | 143.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 145 | 159 | 0.15 | 0.09 | 0 | 0.38 | 215 | 0.11 | 0.58 |
| Hex | 87 | 91 | 9F | F | 9 | 0 | 26 | D7 | B | 3A |
| Octal | 207 | 221 | 237 | 17 | 11 | 0 | 46 | 327 | 13 | 72 |
| Binary | 10000111 | 10010001 | 10011111 | 1111 | 1001 | 0 | 100110 | 11010111 | 1011 | 111010 |
Color Harmonies of #87919F
Complementary color
Monochromatic Colors of #87919F
Black with #87919F
Text Example
Text Example
White with #87919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87919F; }
p { color: rgb(135,145,159); }
H1.HeaderClassName
{
color: #87919F;
}
.AnyTagClassName
{
color: #87919F;
}
</style>
background-color css
<style>
a { background-color: #87919F; }
a { background-color: rgb(135,145,159); }
div.DivClassName
{
background-color: #87919F;
}
.BgClassName
{
background-color: #87919F;
}
</style>
border-color css
<style>
span { border-color: #87919F; }
span { border-color: rgb(135,145,159); }
td.TdClassName
{
border-color: #87919F;
}
.TagClassName
{
border-color: #87919F;
}
</style>