Shades of Light Slate Grey #879098
Tints of Light Slate Grey #879098
RGB
CMYK
RGB Variations
Color information
#879098 (or 0x879098) is known color: Light Slate Grey. HEX triplet: 87, 90 and 98. RGB value is (135,144,152). Sum of RGB (Red+Green+Blue) = 135+144+152=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 152 - color contains mainly: blue. Hex color #879098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879098 is #786F67. Grayscale: #8E8E8E. Windows color (decimal): -7892840 or 9998471. OLE color: 9998471.
HSL color Cylindrical-coordinate representation of color #879098: hue angle of 208.24º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #879098 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 144 | 152 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.40 |
| HSL | 208.24º | 0.08% | 0.56% | - |
| HSV(B) | 208.24º | 0.11% | 0.6% | - |
| XYZ | 25.63 | 27.36 | 33.64 | - |
| YUV | 142.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 144 | 152 | 0.11 | 0.05 | 0 | 0.40 | 208.24 | 0.08 | 0.56 |
| Hex | 87 | 90 | 98 | B | 5 | 0 | 28 | D0 | 8 | 38 |
| Octal | 207 | 220 | 230 | 13 | 5 | 0 | 50 | 320 | 10 | 70 |
| Binary | 10000111 | 10010000 | 10011000 | 1011 | 101 | 0 | 101000 | 11010000 | 1000 | 111000 |
Color Harmonies of #879098
Complementary color
Monochromatic Colors of #879098
Black with #879098
Text Example
Text Example
White with #879098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879098; }
p { color: rgb(135,144,152); }
H1.HeaderClassName
{
color: #879098;
}
.AnyTagClassName
{
color: #879098;
}
</style>
background-color css
<style>
a { background-color: #879098; }
a { background-color: rgb(135,144,152); }
div.DivClassName
{
background-color: #879098;
}
.BgClassName
{
background-color: #879098;
}
</style>
border-color css
<style>
span { border-color: #879098; }
span { border-color: rgb(135,144,152); }
td.TdClassName
{
border-color: #879098;
}
.TagClassName
{
border-color: #879098;
}
</style>