Shades of Light Slate Grey #838C97
Tints of Light Slate Grey #838C97
RGB
CMYK
RGB Variations
Color information
#838C97 (or 0x838C97) is known color: Light Slate Grey. HEX triplet: 83, 8C and 97. RGB value is (131,140,151). Sum of RGB (Red+Green+Blue) = 131+140+151=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 151 - color contains mainly: blue. Hex color #838C97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838C97 is #7C7368. Grayscale: #8A8A8A. Windows color (decimal): -8156009 or 9931907. OLE color: 9931907.
HSL color Cylindrical-coordinate representation of color #838C97: hue angle of 213º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #838C97 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 131 | 140 | 151 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.41 |
| HSL | 213º | 0.09% | 0.55% | - |
| HSV(B) | 213º | 0.13% | 0.59% | - |
| XYZ | 24.32 | 25.82 | 32.98 | - |
| YUV | 138.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 140 | 151 | 0.13 | 0.07 | 0 | 0.41 | 213 | 0.09 | 0.55 |
| Hex | 83 | 8C | 97 | D | 7 | 0 | 29 | D5 | 9 | 37 |
| Octal | 203 | 214 | 227 | 15 | 7 | 0 | 51 | 325 | 11 | 67 |
| Binary | 10000011 | 10001100 | 10010111 | 1101 | 111 | 0 | 101001 | 11010101 | 1001 | 110111 |
Color Harmonies of #838C97
Complementary color
Monochromatic Colors of #838C97
Black with #838C97
Text Example
Text Example
White with #838C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838C97; }
p { color: rgb(131,140,151); }
H1.HeaderClassName
{
color: #838C97;
}
.AnyTagClassName
{
color: #838C97;
}
</style>
background-color css
<style>
a { background-color: #838C97; }
a { background-color: rgb(131,140,151); }
div.DivClassName
{
background-color: #838C97;
}
.BgClassName
{
background-color: #838C97;
}
</style>
border-color css
<style>
span { border-color: #838C97; }
span { border-color: rgb(131,140,151); }
td.TdClassName
{
border-color: #838C97;
}
.TagClassName
{
border-color: #838C97;
}
</style>