Shades of Light Slate Grey #88929D
Tints of Light Slate Grey #88929D
RGB
CMYK
RGB Variations
Color information
#88929D (or 0x88929D) is known color: Light Slate Grey. HEX triplet: 88, 92 and 9D. RGB value is (136,146,157). Sum of RGB (Red+Green+Blue) = 136+146+157=439 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.98% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 157 - color contains mainly: blue. Hex color #88929D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88929D is #776D62. Grayscale: #909090. Windows color (decimal): -7826787 or 10326664. OLE color: 10326664.
HSL color Cylindrical-coordinate representation of color #88929D: hue angle of 211.43º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #88929D is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 146 | 157 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.38 |
| HSL | 211.43º | 0.1% | 0.57% | - |
| HSV(B) | 211.43º | 0.13% | 0.62% | - |
| XYZ | 26.52 | 28.23 | 35.95 | - |
| YUV | 144.26 | 135.19 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 157 | 0.13 | 0.07 | 0 | 0.38 | 211.43 | 0.1 | 0.57 |
| Hex | 88 | 92 | 9D | D | 7 | 0 | 26 | D3 | A | 39 |
| Octal | 210 | 222 | 235 | 15 | 7 | 0 | 46 | 323 | 12 | 71 |
| Binary | 10001000 | 10010010 | 10011101 | 1101 | 111 | 0 | 100110 | 11010011 | 1010 | 111001 |
Color Harmonies of #88929D
Complementary color
Monochromatic Colors of #88929D
Black with #88929D
Text Example
Text Example
White with #88929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88929D; }
p { color: rgb(136,146,157); }
H1.HeaderClassName
{
color: #88929D;
}
.AnyTagClassName
{
color: #88929D;
}
</style>
background-color css
<style>
a { background-color: #88929D; }
a { background-color: rgb(136,146,157); }
div.DivClassName
{
background-color: #88929D;
}
.BgClassName
{
background-color: #88929D;
}
</style>
border-color css
<style>
span { border-color: #88929D; }
span { border-color: rgb(136,146,157); }
td.TdClassName
{
border-color: #88929D;
}
.TagClassName
{
border-color: #88929D;
}
</style>