Shades of Light Slate Grey #88929C
Tints of Light Slate Grey #88929C
RGB
CMYK
RGB Variations
Color information
#88929C (or 0x88929C) is known color: Light Slate Grey. HEX triplet: 88, 92 and 9C. RGB value is (136,146,156). Sum of RGB (Red+Green+Blue) = 136+146+156=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 156 - color contains mainly: blue. Hex color #88929C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88929C is #776D63. Grayscale: #909090. Windows color (decimal): -7826788 or 10261128. OLE color: 10261128.
HSL color Cylindrical-coordinate representation of color #88929C: hue angle of 210º 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 #88929C is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 146 | 156 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.39 |
| HSL | 210º | 0.09% | 0.57% | - |
| HSV(B) | 210º | 0.13% | 0.61% | - |
| XYZ | 26.43 | 28.19 | 35.5 | - |
| YUV | 144.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 156 | 0.13 | 0.06 | 0 | 0.39 | 210 | 0.09 | 0.57 |
| Hex | 88 | 92 | 9C | D | 6 | 0 | 27 | D2 | 9 | 39 |
| Octal | 210 | 222 | 234 | 15 | 6 | 0 | 47 | 322 | 11 | 71 |
| Binary | 10001000 | 10010010 | 10011100 | 1101 | 110 | 0 | 100111 | 11010010 | 1001 | 111001 |
Color Harmonies of #88929C
Complementary color
Monochromatic Colors of #88929C
Black with #88929C
Text Example
Text Example
White with #88929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88929C; }
p { color: rgb(136,146,156); }
H1.HeaderClassName
{
color: #88929C;
}
.AnyTagClassName
{
color: #88929C;
}
</style>
background-color css
<style>
a { background-color: #88929C; }
a { background-color: rgb(136,146,156); }
div.DivClassName
{
background-color: #88929C;
}
.BgClassName
{
background-color: #88929C;
}
</style>
border-color css
<style>
span { border-color: #88929C; }
span { border-color: rgb(136,146,156); }
td.TdClassName
{
border-color: #88929C;
}
.TagClassName
{
border-color: #88929C;
}
</style>