Shades of Light Slate Grey #838F9C
Tints of Light Slate Grey #838F9C
RGB
CMYK
RGB Variations
Color information
#838F9C (or 0x838F9C) is known color: Light Slate Grey. HEX triplet: 83, 8F and 9C. RGB value is (131,143,156). Sum of RGB (Red+Green+Blue) = 131+143+156=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 156 - color contains mainly: blue. Hex color #838F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838F9C is #7C7063. Grayscale: #8C8C8C. Windows color (decimal): -8155236 or 10260355. OLE color: 10260355.
HSL color Cylindrical-coordinate representation of color #838F9C: hue angle of 211.2º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #838F9C is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 143 | 156 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.39 |
| HSL | 211.2º | 0.11% | 0.56% | - |
| HSV(B) | 211.2º | 0.16% | 0.61% | - |
| XYZ | 25.18 | 26.87 | 35.31 | - |
| YUV | 140.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 143 | 156 | 0.16 | 0.08 | 0 | 0.39 | 211.2 | 0.11 | 0.56 |
| Hex | 83 | 8F | 9C | 10 | 8 | 0 | 27 | D3 | B | 38 |
| Octal | 203 | 217 | 234 | 20 | 10 | 0 | 47 | 323 | 13 | 70 |
| Binary | 10000011 | 10001111 | 10011100 | 10000 | 1000 | 0 | 100111 | 11010011 | 1011 | 111000 |
Color Harmonies of #838F9C
Complementary color
Monochromatic Colors of #838F9C
Black with #838F9C
Text Example
Text Example
White with #838F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838F9C; }
p { color: rgb(131,143,156); }
H1.HeaderClassName
{
color: #838F9C;
}
.AnyTagClassName
{
color: #838F9C;
}
</style>
background-color css
<style>
a { background-color: #838F9C; }
a { background-color: rgb(131,143,156); }
div.DivClassName
{
background-color: #838F9C;
}
.BgClassName
{
background-color: #838F9C;
}
</style>
border-color css
<style>
span { border-color: #838F9C; }
span { border-color: rgb(131,143,156); }
td.TdClassName
{
border-color: #838F9C;
}
.TagClassName
{
border-color: #838F9C;
}
</style>