Shades of Light Slate Grey #83919A
Tints of Light Slate Grey #83919A
RGB
CMYK
RGB Variations
Color information
#83919A (or 0x83919A) is known color: Light Slate Grey. HEX triplet: 83, 91 and 9A. RGB value is (131,145,154). Sum of RGB (Red+Green+Blue) = 131+145+154=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 154 - color contains mainly: blue. Hex color #83919A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83919A is #7C6E65. Grayscale: #8D8D8D. Windows color (decimal): -8154726 or 10129795. OLE color: 10129795.
HSL color Cylindrical-coordinate representation of color #83919A: hue angle of 203.48º 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 #83919A is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 145 | 154 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.40 |
| HSL | 203.48º | 0.1% | 0.56% | - |
| HSV(B) | 203.48º | 0.15% | 0.6% | - |
| XYZ | 25.32 | 27.41 | 34.53 | - |
| YUV | 141.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 145 | 154 | 0.15 | 0.06 | 0 | 0.40 | 203.48 | 0.1 | 0.56 |
| Hex | 83 | 91 | 9A | F | 6 | 0 | 28 | CB | A | 38 |
| Octal | 203 | 221 | 232 | 17 | 6 | 0 | 50 | 313 | 12 | 70 |
| Binary | 10000011 | 10010001 | 10011010 | 1111 | 110 | 0 | 101000 | 11001011 | 1010 | 111000 |
Color Harmonies of #83919A
Complementary color
Monochromatic Colors of #83919A
Black with #83919A
Text Example
Text Example
White with #83919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83919A; }
p { color: rgb(131,145,154); }
H1.HeaderClassName
{
color: #83919A;
}
.AnyTagClassName
{
color: #83919A;
}
</style>
background-color css
<style>
a { background-color: #83919A; }
a { background-color: rgb(131,145,154); }
div.DivClassName
{
background-color: #83919A;
}
.BgClassName
{
background-color: #83919A;
}
</style>
border-color css
<style>
span { border-color: #83919A; }
span { border-color: rgb(131,145,154); }
td.TdClassName
{
border-color: #83919A;
}
.TagClassName
{
border-color: #83919A;
}
</style>