Shades of Light Slate Grey #8B9097
Tints of Light Slate Grey #8B9097
RGB
CMYK
RGB Variations
Color information
#8B9097 (or 0x8B9097) is known color: Light Slate Grey. HEX triplet: 8B, 90 and 97. RGB value is (139,144,151). Sum of RGB (Red+Green+Blue) = 139+144+151=434 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.03% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 151 - color contains mainly: blue. Hex color #8B9097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9097 is #746F68. Grayscale: #8F8F8F. Windows color (decimal): -7630697 or 9932939. OLE color: 9932939.
HSL color Cylindrical-coordinate representation of color #8B9097: hue angle of 215º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8B9097 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 139 | 144 | 151 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.41 |
| HSL | 215º | 0.05% | 0.57% | - |
| HSV(B) | 215º | 0.08% | 0.59% | - |
| XYZ | 26.21 | 27.67 | 33.24 | - |
| YUV | 143.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 144 | 151 | 0.08 | 0.05 | 0 | 0.41 | 215 | 0.05 | 0.57 |
| Hex | 8B | 90 | 97 | 8 | 5 | 0 | 29 | D7 | 5 | 39 |
| Octal | 213 | 220 | 227 | 10 | 5 | 0 | 51 | 327 | 5 | 71 |
| Binary | 10001011 | 10010000 | 10010111 | 1000 | 101 | 0 | 101001 | 11010111 | 101 | 111001 |
Color Harmonies of #8B9097
Complementary color
Monochromatic Colors of #8B9097
Black with #8B9097
Text Example
Text Example
White with #8B9097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9097; }
p { color: rgb(139,144,151); }
H1.HeaderClassName
{
color: #8B9097;
}
.AnyTagClassName
{
color: #8B9097;
}
</style>
background-color css
<style>
a { background-color: #8B9097; }
a { background-color: rgb(139,144,151); }
div.DivClassName
{
background-color: #8B9097;
}
.BgClassName
{
background-color: #8B9097;
}
</style>
border-color css
<style>
span { border-color: #8B9097; }
span { border-color: rgb(139,144,151); }
td.TdClassName
{
border-color: #8B9097;
}
.TagClassName
{
border-color: #8B9097;
}
</style>