Shades of Light Slate Grey #8B9199
Tints of Light Slate Grey #8B9199
RGB
CMYK
RGB Variations
Color information
#8B9199 (or 0x8B9199) is known color: Light Slate Grey. HEX triplet: 8B, 91 and 99. RGB value is (139,145,153). Sum of RGB (Red+Green+Blue) = 139+145+153=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B9199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9199 is #746E66. Grayscale: #909090. Windows color (decimal): -7630439 or 10064267. OLE color: 10064267.
HSL color Cylindrical-coordinate representation of color #8B9199: hue angle of 214.29º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B9199 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 139 | 145 | 153 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.4 |
| HSL | 214.29º | 0.06% | 0.57% | - |
| HSV(B) | 214.29º | 0.09% | 0.6% | - |
| XYZ | 26.52 | 28.04 | 34.15 | - |
| YUV | 144.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 145 | 153 | 0.09 | 0.05 | 0 | 0.4 | 214.29 | 0.06 | 0.57 |
| Hex | 8B | 91 | 99 | 9 | 5 | 0 | 28 | D6 | 6 | 39 |
| Octal | 213 | 221 | 231 | 11 | 5 | 0 | 50 | 326 | 6 | 71 |
| Binary | 10001011 | 10010001 | 10011001 | 1001 | 101 | 0 | 101000 | 11010110 | 110 | 111001 |
Color Harmonies of #8B9199
Complementary color
Monochromatic Colors of #8B9199
Black with #8B9199
Text Example
Text Example
White with #8B9199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9199; }
p { color: rgb(139,145,153); }
H1.HeaderClassName
{
color: #8B9199;
}
.AnyTagClassName
{
color: #8B9199;
}
</style>
background-color css
<style>
a { background-color: #8B9199; }
a { background-color: rgb(139,145,153); }
div.DivClassName
{
background-color: #8B9199;
}
.BgClassName
{
background-color: #8B9199;
}
</style>
border-color css
<style>
span { border-color: #8B9199; }
span { border-color: rgb(139,145,153); }
td.TdClassName
{
border-color: #8B9199;
}
.TagClassName
{
border-color: #8B9199;
}
</style>