Shades of Light Slate Grey #868A92
Tints of Light Slate Grey #868A92
RGB
CMYK
RGB Variations
Color information
#868A92 (or 0x868A92) is known color: Light Slate Grey. HEX triplet: 86, 8A and 92. RGB value is (134,138,146). Sum of RGB (Red+Green+Blue) = 134+138+146=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 146 - color contains mainly: blue. Hex color #868A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868A92 is #79756D. Grayscale: #898989. Windows color (decimal): -7959918 or 9603718. OLE color: 9603718.
HSL color Cylindrical-coordinate representation of color #868A92: hue angle of 220º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #868A92 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 138 | 146 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.43 |
| HSL | 220º | 0.05% | 0.55% | - |
| HSV(B) | 220º | 0.08% | 0.57% | - |
| XYZ | 24.11 | 25.32 | 30.81 | - |
| YUV | 137.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 146 | 0.08 | 0.05 | 0 | 0.43 | 220 | 0.05 | 0.55 |
| Hex | 86 | 8A | 92 | 8 | 5 | 0 | 2B | DC | 5 | 37 |
| Octal | 206 | 212 | 222 | 10 | 5 | 0 | 53 | 334 | 5 | 67 |
| Binary | 10000110 | 10001010 | 10010010 | 1000 | 101 | 0 | 101011 | 11011100 | 101 | 110111 |
Color Harmonies of #868A92
Complementary color
Monochromatic Colors of #868A92
Black with #868A92
Text Example
Text Example
White with #868A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868A92; }
p { color: rgb(134,138,146); }
H1.HeaderClassName
{
color: #868A92;
}
.AnyTagClassName
{
color: #868A92;
}
</style>
background-color css
<style>
a { background-color: #868A92; }
a { background-color: rgb(134,138,146); }
div.DivClassName
{
background-color: #868A92;
}
.BgClassName
{
background-color: #868A92;
}
</style>
border-color css
<style>
span { border-color: #868A92; }
span { border-color: rgb(134,138,146); }
td.TdClassName
{
border-color: #868A92;
}
.TagClassName
{
border-color: #868A92;
}
</style>