Shades of Light Slate Grey #868F9B
Tints of Light Slate Grey #868F9B
RGB
CMYK
RGB Variations
Color information
#868F9B (or 0x868F9B) is known color: Light Slate Grey. HEX triplet: 86, 8F and 9B. RGB value is (134,143,155). Sum of RGB (Red+Green+Blue) = 134+143+155=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 155 - color contains mainly: blue. Hex color #868F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868F9B is #797064. Grayscale: #8D8D8D. Windows color (decimal): -7958629 or 10194822. OLE color: 10194822.
HSL color Cylindrical-coordinate representation of color #868F9B: hue angle of 214.29º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #868F9B is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 143 | 155 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.39 |
| HSL | 214.29º | 0.1% | 0.57% | - |
| HSV(B) | 214.29º | 0.14% | 0.61% | - |
| XYZ | 25.57 | 27.08 | 34.89 | - |
| YUV | 141.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 143 | 155 | 0.14 | 0.08 | 0 | 0.39 | 214.29 | 0.1 | 0.57 |
| Hex | 86 | 8F | 9B | E | 8 | 0 | 27 | D6 | A | 39 |
| Octal | 206 | 217 | 233 | 16 | 10 | 0 | 47 | 326 | 12 | 71 |
| Binary | 10000110 | 10001111 | 10011011 | 1110 | 1000 | 0 | 100111 | 11010110 | 1010 | 111001 |
Color Harmonies of #868F9B
Complementary color
Monochromatic Colors of #868F9B
Black with #868F9B
Text Example
Text Example
White with #868F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868F9B; }
p { color: rgb(134,143,155); }
H1.HeaderClassName
{
color: #868F9B;
}
.AnyTagClassName
{
color: #868F9B;
}
</style>
background-color css
<style>
a { background-color: #868F9B; }
a { background-color: rgb(134,143,155); }
div.DivClassName
{
background-color: #868F9B;
}
.BgClassName
{
background-color: #868F9B;
}
</style>
border-color css
<style>
span { border-color: #868F9B; }
span { border-color: rgb(134,143,155); }
td.TdClassName
{
border-color: #868F9B;
}
.TagClassName
{
border-color: #868F9B;
}
</style>