Shades of Light Slate Grey #838F99
Tints of Light Slate Grey #838F99
RGB
CMYK
RGB Variations
Color information
#838F99 (or 0x838F99) is known color: Light Slate Grey. HEX triplet: 83, 8F and 99. RGB value is (131,143,153). Sum of RGB (Red+Green+Blue) = 131+143+153=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 153 - color contains mainly: blue. Hex color #838F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838F99 is #7C7066. Grayscale: #8C8C8C. Windows color (decimal): -8155239 or 10063747. OLE color: 10063747.
HSL color Cylindrical-coordinate representation of color #838F99: hue angle of 207.27º 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 #838F99 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 131 | 143 | 153 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.4 |
| HSL | 207.27º | 0.1% | 0.56% | - |
| HSV(B) | 207.27º | 0.14% | 0.6% | - |
| XYZ | 24.93 | 26.77 | 33.99 | - |
| YUV | 140.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 143 | 153 | 0.14 | 0.07 | 0 | 0.4 | 207.27 | 0.1 | 0.56 |
| Hex | 83 | 8F | 99 | E | 7 | 0 | 28 | CF | A | 38 |
| Octal | 203 | 217 | 231 | 16 | 7 | 0 | 50 | 317 | 12 | 70 |
| Binary | 10000011 | 10001111 | 10011001 | 1110 | 111 | 0 | 101000 | 11001111 | 1010 | 111000 |
Color Harmonies of #838F99
Complementary color
Monochromatic Colors of #838F99
Black with #838F99
Text Example
Text Example
White with #838F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838F99; }
p { color: rgb(131,143,153); }
H1.HeaderClassName
{
color: #838F99;
}
.AnyTagClassName
{
color: #838F99;
}
</style>
background-color css
<style>
a { background-color: #838F99; }
a { background-color: rgb(131,143,153); }
div.DivClassName
{
background-color: #838F99;
}
.BgClassName
{
background-color: #838F99;
}
</style>
border-color css
<style>
span { border-color: #838F99; }
span { border-color: rgb(131,143,153); }
td.TdClassName
{
border-color: #838F99;
}
.TagClassName
{
border-color: #838F99;
}
</style>