Shades of Light Slate Grey #838C95
Tints of Light Slate Grey #838C95
RGB
CMYK
RGB Variations
Color information
#838C95 (or 0x838C95) is known color: Light Slate Grey. HEX triplet: 83, 8C and 95. RGB value is (131,140,149). Sum of RGB (Red+Green+Blue) = 131+140+149=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 149 - color contains mainly: blue. Hex color #838C95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838C95 is #7C736A. Grayscale: #8A8A8A. Windows color (decimal): -8156011 or 9800835. OLE color: 9800835.
HSL color Cylindrical-coordinate representation of color #838C95: hue angle of 210º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #838C95 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 140 | 149 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.42 |
| HSL | 210º | 0.08% | 0.55% | - |
| HSV(B) | 210º | 0.12% | 0.58% | - |
| XYZ | 24.16 | 25.75 | 32.13 | - |
| YUV | 138.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 140 | 149 | 0.12 | 0.06 | 0 | 0.42 | 210 | 0.08 | 0.55 |
| Hex | 83 | 8C | 95 | C | 6 | 0 | 2A | D2 | 8 | 37 |
| Octal | 203 | 214 | 225 | 14 | 6 | 0 | 52 | 322 | 10 | 67 |
| Binary | 10000011 | 10001100 | 10010101 | 1100 | 110 | 0 | 101010 | 11010010 | 1000 | 110111 |
Color Harmonies of #838C95
Complementary color
Monochromatic Colors of #838C95
Black with #838C95
Text Example
Text Example
White with #838C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838C95; }
p { color: rgb(131,140,149); }
H1.HeaderClassName
{
color: #838C95;
}
.AnyTagClassName
{
color: #838C95;
}
</style>
background-color css
<style>
a { background-color: #838C95; }
a { background-color: rgb(131,140,149); }
div.DivClassName
{
background-color: #838C95;
}
.BgClassName
{
background-color: #838C95;
}
</style>
border-color css
<style>
span { border-color: #838C95; }
span { border-color: rgb(131,140,149); }
td.TdClassName
{
border-color: #838C95;
}
.TagClassName
{
border-color: #838C95;
}
</style>