Shades of Light Slate Grey #88919C
Tints of Light Slate Grey #88919C
RGB
CMYK
RGB Variations
Color information
#88919C (or 0x88919C) is known color: Light Slate Grey. HEX triplet: 88, 91 and 9C. RGB value is (136,145,156). Sum of RGB (Red+Green+Blue) = 136+145+156=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 156 - color contains mainly: blue. Hex color #88919C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88919C is #776E63. Grayscale: #8F8F8F. Windows color (decimal): -7827044 or 10260872. OLE color: 10260872.
HSL color Cylindrical-coordinate representation of color #88919C: hue angle of 213º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #88919C is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 145 | 156 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.39 |
| HSL | 213º | 0.09% | 0.57% | - |
| HSV(B) | 213º | 0.13% | 0.61% | - |
| XYZ | 26.28 | 27.89 | 35.45 | - |
| YUV | 143.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 156 | 0.13 | 0.07 | 0 | 0.39 | 213 | 0.09 | 0.57 |
| Hex | 88 | 91 | 9C | D | 7 | 0 | 27 | D5 | 9 | 39 |
| Octal | 210 | 221 | 234 | 15 | 7 | 0 | 47 | 325 | 11 | 71 |
| Binary | 10001000 | 10010001 | 10011100 | 1101 | 111 | 0 | 100111 | 11010101 | 1001 | 111001 |
Color Harmonies of #88919C
Complementary color
Monochromatic Colors of #88919C
Black with #88919C
Text Example
Text Example
White with #88919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88919C; }
p { color: rgb(136,145,156); }
H1.HeaderClassName
{
color: #88919C;
}
.AnyTagClassName
{
color: #88919C;
}
</style>
background-color css
<style>
a { background-color: #88919C; }
a { background-color: rgb(136,145,156); }
div.DivClassName
{
background-color: #88919C;
}
.BgClassName
{
background-color: #88919C;
}
</style>
border-color css
<style>
span { border-color: #88919C; }
span { border-color: rgb(136,145,156); }
td.TdClassName
{
border-color: #88919C;
}
.TagClassName
{
border-color: #88919C;
}
</style>