Shades of Light Slate Grey #868C94
Tints of Light Slate Grey #868C94
RGB
CMYK
RGB Variations
Color information
#868C94 (or 0x868C94) is known color: Light Slate Grey. HEX triplet: 86, 8C and 94. RGB value is (134,140,148). Sum of RGB (Red+Green+Blue) = 134+140+148=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 148 - color contains mainly: blue. Hex color #868C94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868C94 is #79736B. Grayscale: #8B8B8B. Windows color (decimal): -7959404 or 9735302. OLE color: 9735302.
HSL color Cylindrical-coordinate representation of color #868C94: hue angle of 214.29º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #868C94 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 140 | 148 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.42 |
| HSL | 214.29º | 0.06% | 0.55% | - |
| HSV(B) | 214.29º | 0.09% | 0.58% | - |
| XYZ | 24.55 | 25.96 | 31.73 | - |
| YUV | 139.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 140 | 148 | 0.09 | 0.05 | 0 | 0.42 | 214.29 | 0.06 | 0.55 |
| Hex | 86 | 8C | 94 | 9 | 5 | 0 | 2A | D6 | 6 | 37 |
| Octal | 206 | 214 | 224 | 11 | 5 | 0 | 52 | 326 | 6 | 67 |
| Binary | 10000110 | 10001100 | 10010100 | 1001 | 101 | 0 | 101010 | 11010110 | 110 | 110111 |
Color Harmonies of #868C94
Complementary color
Monochromatic Colors of #868C94
Black with #868C94
Text Example
Text Example
White with #868C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868C94; }
p { color: rgb(134,140,148); }
H1.HeaderClassName
{
color: #868C94;
}
.AnyTagClassName
{
color: #868C94;
}
</style>
background-color css
<style>
a { background-color: #868C94; }
a { background-color: rgb(134,140,148); }
div.DivClassName
{
background-color: #868C94;
}
.BgClassName
{
background-color: #868C94;
}
</style>
border-color css
<style>
span { border-color: #868C94; }
span { border-color: rgb(134,140,148); }
td.TdClassName
{
border-color: #868C94;
}
.TagClassName
{
border-color: #868C94;
}
</style>