Shades of Light Slate Grey #88909B
Tints of Light Slate Grey #88909B
RGB
CMYK
RGB Variations
Color information
#88909B (or 0x88909B) is known color: Light Slate Grey. HEX triplet: 88, 90 and 9B. RGB value is (136,144,155). Sum of RGB (Red+Green+Blue) = 136+144+155=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 155 - color contains mainly: blue. Hex color #88909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88909B is #776F64. Grayscale: #8E8E8E. Windows color (decimal): -7827301 or 10195080. OLE color: 10195080.
HSL color Cylindrical-coordinate representation of color #88909B: hue angle of 214.74º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #88909B is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 144 | 155 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.39 |
| HSL | 214.74º | 0.09% | 0.57% | - |
| HSV(B) | 214.74º | 0.12% | 0.61% | - |
| XYZ | 26.04 | 27.55 | 34.95 | - |
| YUV | 142.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 144 | 155 | 0.12 | 0.07 | 0 | 0.39 | 214.74 | 0.09 | 0.57 |
| Hex | 88 | 90 | 9B | C | 7 | 0 | 27 | D7 | 9 | 39 |
| Octal | 210 | 220 | 233 | 14 | 7 | 0 | 47 | 327 | 11 | 71 |
| Binary | 10001000 | 10010000 | 10011011 | 1100 | 111 | 0 | 100111 | 11010111 | 1001 | 111001 |
Color Harmonies of #88909B
Complementary color
Monochromatic Colors of #88909B
Black with #88909B
Text Example
Text Example
White with #88909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88909B; }
p { color: rgb(136,144,155); }
H1.HeaderClassName
{
color: #88909B;
}
.AnyTagClassName
{
color: #88909B;
}
</style>
background-color css
<style>
a { background-color: #88909B; }
a { background-color: rgb(136,144,155); }
div.DivClassName
{
background-color: #88909B;
}
.BgClassName
{
background-color: #88909B;
}
</style>
border-color css
<style>
span { border-color: #88909B; }
span { border-color: rgb(136,144,155); }
td.TdClassName
{
border-color: #88909B;
}
.TagClassName
{
border-color: #88909B;
}
</style>