Shades of Light Slate Grey #83909A
Tints of Light Slate Grey #83909A
RGB
CMYK
RGB Variations
Color information
#83909A (or 0x83909A) is known color: Light Slate Grey. HEX triplet: 83, 90 and 9A. RGB value is (131,144,154). Sum of RGB (Red+Green+Blue) = 131+144+154=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 154 - color contains mainly: blue. Hex color #83909A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83909A is #7C6F65. Grayscale: #8D8D8D. Windows color (decimal): -8154982 or 10129539. OLE color: 10129539.
HSL color Cylindrical-coordinate representation of color #83909A: hue angle of 206.09º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #83909A is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 144 | 154 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.40 |
| HSL | 206.09º | 0.1% | 0.56% | - |
| HSV(B) | 206.09º | 0.15% | 0.6% | - |
| XYZ | 25.17 | 27.1 | 34.48 | - |
| YUV | 141.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 144 | 154 | 0.15 | 0.06 | 0 | 0.40 | 206.09 | 0.1 | 0.56 |
| Hex | 83 | 90 | 9A | F | 6 | 0 | 28 | CE | A | 38 |
| Octal | 203 | 220 | 232 | 17 | 6 | 0 | 50 | 316 | 12 | 70 |
| Binary | 10000011 | 10010000 | 10011010 | 1111 | 110 | 0 | 101000 | 11001110 | 1010 | 111000 |
Color Harmonies of #83909A
Complementary color
Monochromatic Colors of #83909A
Black with #83909A
Text Example
Text Example
White with #83909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83909A; }
p { color: rgb(131,144,154); }
H1.HeaderClassName
{
color: #83909A;
}
.AnyTagClassName
{
color: #83909A;
}
</style>
background-color css
<style>
a { background-color: #83909A; }
a { background-color: rgb(131,144,154); }
div.DivClassName
{
background-color: #83909A;
}
.BgClassName
{
background-color: #83909A;
}
</style>
border-color css
<style>
span { border-color: #83909A; }
span { border-color: rgb(131,144,154); }
td.TdClassName
{
border-color: #83909A;
}
.TagClassName
{
border-color: #83909A;
}
</style>