Shades of Light Slate Grey #838D9E
Tints of Light Slate Grey #838D9E
RGB
CMYK
RGB Variations
Color information
#838D9E (or 0x838D9E) is known color: Light Slate Grey. HEX triplet: 83, 8D and 9E. RGB value is (131,141,158). Sum of RGB (Red+Green+Blue) = 131+141+158=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 158 - color contains mainly: blue. Hex color #838D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838D9E is #7C7261. Grayscale: #8B8B8B. Windows color (decimal): -8155746 or 10390915. OLE color: 10390915.
HSL color Cylindrical-coordinate representation of color #838D9E: hue angle of 217.78º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #838D9E is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 141 | 158 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.38 |
| HSL | 217.78º | 0.12% | 0.57% | - |
| HSV(B) | 217.78º | 0.17% | 0.62% | - |
| XYZ | 25.06 | 26.34 | 36.11 | - |
| YUV | 139.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 158 | 0.17 | 0.11 | 0 | 0.38 | 217.78 | 0.12 | 0.57 |
| Hex | 83 | 8D | 9E | 11 | B | 0 | 26 | DA | C | 39 |
| Octal | 203 | 215 | 236 | 21 | 13 | 0 | 46 | 332 | 14 | 71 |
| Binary | 10000011 | 10001101 | 10011110 | 10001 | 1011 | 0 | 100110 | 11011010 | 1100 | 111001 |
Color Harmonies of #838D9E
Complementary color
Monochromatic Colors of #838D9E
Black with #838D9E
Text Example
Text Example
White with #838D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838D9E; }
p { color: rgb(131,141,158); }
H1.HeaderClassName
{
color: #838D9E;
}
.AnyTagClassName
{
color: #838D9E;
}
</style>
background-color css
<style>
a { background-color: #838D9E; }
a { background-color: rgb(131,141,158); }
div.DivClassName
{
background-color: #838D9E;
}
.BgClassName
{
background-color: #838D9E;
}
</style>
border-color css
<style>
span { border-color: #838D9E; }
span { border-color: rgb(131,141,158); }
td.TdClassName
{
border-color: #838D9E;
}
.TagClassName
{
border-color: #838D9E;
}
</style>