Shades of Light Slate Grey #83909B
Tints of Light Slate Grey #83909B
RGB
CMYK
RGB Variations
Color information
#83909B (or 0x83909B) is known color: Light Slate Grey. HEX triplet: 83, 90 and 9B. RGB value is (131,144,155). Sum of RGB (Red+Green+Blue) = 131+144+155=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 155 - color contains mainly: blue. Hex color #83909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83909B is #7C6F64. Grayscale: #8D8D8D. Windows color (decimal): -8154981 or 10195075. OLE color: 10195075.
HSL color Cylindrical-coordinate representation of color #83909B: hue angle of 207.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #83909B is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 144 | 155 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.39 |
| HSL | 207.5º | 0.11% | 0.56% | - |
| HSV(B) | 207.5º | 0.15% | 0.61% | - |
| XYZ | 25.25 | 27.14 | 34.92 | - |
| YUV | 141.37 | 135.69 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 144 | 155 | 0.15 | 0.07 | 0 | 0.39 | 207.5 | 0.11 | 0.56 |
| Hex | 83 | 90 | 9B | F | 7 | 0 | 27 | D0 | B | 38 |
| Octal | 203 | 220 | 233 | 17 | 7 | 0 | 47 | 320 | 13 | 70 |
| Binary | 10000011 | 10010000 | 10011011 | 1111 | 111 | 0 | 100111 | 11010000 | 1011 | 111000 |
Color Harmonies of #83909B
Complementary color
Monochromatic Colors of #83909B
Black with #83909B
Text Example
Text Example
White with #83909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83909B; }
p { color: rgb(131,144,155); }
H1.HeaderClassName
{
color: #83909B;
}
.AnyTagClassName
{
color: #83909B;
}
</style>
background-color css
<style>
a { background-color: #83909B; }
a { background-color: rgb(131,144,155); }
div.DivClassName
{
background-color: #83909B;
}
.BgClassName
{
background-color: #83909B;
}
</style>
border-color css
<style>
span { border-color: #83909B; }
span { border-color: rgb(131,144,155); }
td.TdClassName
{
border-color: #83909B;
}
.TagClassName
{
border-color: #83909B;
}
</style>