Shades of Light Slate Grey #888D94
Tints of Light Slate Grey #888D94
RGB
CMYK
RGB Variations
Color information
#888D94 (or 0x888D94) is known color: Light Slate Grey. HEX triplet: 88, 8D and 94. RGB value is (136,141,148). Sum of RGB (Red+Green+Blue) = 136+141+148=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 148 - color contains mainly: blue. Hex color #888D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888D94 is #77726B. Grayscale: #8C8C8C. Windows color (decimal): -7828076 or 9735560. OLE color: 9735560.
HSL color Cylindrical-coordinate representation of color #888D94: hue angle of 215º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #888D94 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 141 | 148 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.42 |
| HSL | 215º | 0.05% | 0.56% | - |
| HSV(B) | 215º | 0.08% | 0.58% | - |
| XYZ | 25.02 | 26.42 | 31.8 | - |
| YUV | 140.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 148 | 0.08 | 0.05 | 0 | 0.42 | 215 | 0.05 | 0.56 |
| Hex | 88 | 8D | 94 | 8 | 5 | 0 | 2A | D7 | 5 | 38 |
| Octal | 210 | 215 | 224 | 10 | 5 | 0 | 52 | 327 | 5 | 70 |
| Binary | 10001000 | 10001101 | 10010100 | 1000 | 101 | 0 | 101010 | 11010111 | 101 | 111000 |
Color Harmonies of #888D94
Complementary color
Monochromatic Colors of #888D94
Black with #888D94
Text Example
Text Example
White with #888D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888D94; }
p { color: rgb(136,141,148); }
H1.HeaderClassName
{
color: #888D94;
}
.AnyTagClassName
{
color: #888D94;
}
</style>
background-color css
<style>
a { background-color: #888D94; }
a { background-color: rgb(136,141,148); }
div.DivClassName
{
background-color: #888D94;
}
.BgClassName
{
background-color: #888D94;
}
</style>
border-color css
<style>
span { border-color: #888D94; }
span { border-color: rgb(136,141,148); }
td.TdClassName
{
border-color: #888D94;
}
.TagClassName
{
border-color: #888D94;
}
</style>