Shades of Light Slate Grey #838996
Tints of Light Slate Grey #838996
RGB
CMYK
RGB Variations
Color information
#838996 (or 0x838996) is known color: Light Slate Grey. HEX triplet: 83, 89 and 96. RGB value is (131,137,150). Sum of RGB (Red+Green+Blue) = 131+137+150=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 150 - color contains mainly: blue. Hex color #838996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838996 is #7C7669. Grayscale: #888888. Windows color (decimal): -8156778 or 9865603. OLE color: 9865603.
HSL color Cylindrical-coordinate representation of color #838996: hue angle of 221.05º degrees, saturation: 0.08, 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 #838996 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 131 | 137 | 150 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.41 |
| HSL | 221.05º | 0.08% | 0.55% | - |
| HSV(B) | 221.05º | 0.13% | 0.59% | - |
| XYZ | 23.81 | 24.92 | 32.41 | - |
| YUV | 136.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 137 | 150 | 0.13 | 0.09 | 0 | 0.41 | 221.05 | 0.08 | 0.55 |
| Hex | 83 | 89 | 96 | D | 9 | 0 | 29 | DD | 8 | 37 |
| Octal | 203 | 211 | 226 | 15 | 11 | 0 | 51 | 335 | 10 | 67 |
| Binary | 10000011 | 10001001 | 10010110 | 1101 | 1001 | 0 | 101001 | 11011101 | 1000 | 110111 |
Color Harmonies of #838996
Complementary color
Monochromatic Colors of #838996
Black with #838996
Text Example
Text Example
White with #838996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838996; }
p { color: rgb(131,137,150); }
H1.HeaderClassName
{
color: #838996;
}
.AnyTagClassName
{
color: #838996;
}
</style>
background-color css
<style>
a { background-color: #838996; }
a { background-color: rgb(131,137,150); }
div.DivClassName
{
background-color: #838996;
}
.BgClassName
{
background-color: #838996;
}
</style>
border-color css
<style>
span { border-color: #838996; }
span { border-color: rgb(131,137,150); }
td.TdClassName
{
border-color: #838996;
}
.TagClassName
{
border-color: #838996;
}
</style>