Shades of Light Slate Grey #838A99
Tints of Light Slate Grey #838A99
RGB
CMYK
RGB Variations
Color information
#838A99 (or 0x838A99) is known color: Light Slate Grey. HEX triplet: 83, 8A and 99. RGB value is (131,138,153). Sum of RGB (Red+Green+Blue) = 131+138+153=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 153 - color contains mainly: blue. Hex color #838A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838A99 is #7C7566. Grayscale: #898989. Windows color (decimal): -8156519 or 10062467. OLE color: 10062467.
HSL color Cylindrical-coordinate representation of color #838A99: hue angle of 220.91º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #838A99 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 131 | 138 | 153 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.4 |
| HSL | 220.91º | 0.1% | 0.56% | - |
| HSV(B) | 220.91º | 0.14% | 0.6% | - |
| XYZ | 24.2 | 25.3 | 33.75 | - |
| YUV | 137.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 153 | 0.14 | 0.10 | 0 | 0.4 | 220.91 | 0.1 | 0.56 |
| Hex | 83 | 8A | 99 | E | A | 0 | 28 | DD | A | 38 |
| Octal | 203 | 212 | 231 | 16 | 12 | 0 | 50 | 335 | 12 | 70 |
| Binary | 10000011 | 10001010 | 10011001 | 1110 | 1010 | 0 | 101000 | 11011101 | 1010 | 111000 |
Color Harmonies of #838A99
Complementary color
Monochromatic Colors of #838A99
Black with #838A99
Text Example
Text Example
White with #838A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838A99; }
p { color: rgb(131,138,153); }
H1.HeaderClassName
{
color: #838A99;
}
.AnyTagClassName
{
color: #838A99;
}
</style>
background-color css
<style>
a { background-color: #838A99; }
a { background-color: rgb(131,138,153); }
div.DivClassName
{
background-color: #838A99;
}
.BgClassName
{
background-color: #838A99;
}
</style>
border-color css
<style>
span { border-color: #838A99; }
span { border-color: rgb(131,138,153); }
td.TdClassName
{
border-color: #838A99;
}
.TagClassName
{
border-color: #838A99;
}
</style>