Shades of Grey Suit #83809E
Tints of Grey Suit #83809E
RGB
CMYK
RGB Variations
Color information
#83809E (or 0x83809E) is known color: Grey Suit. HEX triplet: 83, 80 and 9E. RGB value is (131,128,158). Sum of RGB (Red+Green+Blue) = 131+128+158=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 158 - color contains mainly: blue. Hex color #83809E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83809E is #7C7F61. Grayscale: #848484. Windows color (decimal): -8159074 or 10387587. OLE color: 10387587.
HSL color Cylindrical-coordinate representation of color #83809E: hue angle of 246º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #83809E is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 128 | 158 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.38 |
| HSL | 246º | 0.13% | 0.56% | - |
| HSV(B) | 246º | 0.19% | 0.62% | - |
| XYZ | 23.25 | 22.73 | 35.51 | - |
| YUV | 132.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 128 | 158 | 0.17 | 0.19 | 0 | 0.38 | 246 | 0.13 | 0.56 |
| Hex | 83 | 80 | 9E | 11 | 13 | 0 | 26 | F6 | D | 38 |
| Octal | 203 | 200 | 236 | 21 | 23 | 0 | 46 | 366 | 15 | 70 |
| Binary | 10000011 | 10000000 | 10011110 | 10001 | 10011 | 0 | 100110 | 11110110 | 1101 | 111000 |
Color Harmonies of #83809E
Complementary color
Monochromatic Colors of #83809E
Black with #83809E
Text Example
Text Example
White with #83809E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83809E; }
p { color: rgb(131,128,158); }
H1.HeaderClassName
{
color: #83809E;
}
.AnyTagClassName
{
color: #83809E;
}
</style>
background-color css
<style>
a { background-color: #83809E; }
a { background-color: rgb(131,128,158); }
div.DivClassName
{
background-color: #83809E;
}
.BgClassName
{
background-color: #83809E;
}
</style>
border-color css
<style>
span { border-color: #83809E; }
span { border-color: rgb(131,128,158); }
td.TdClassName
{
border-color: #83809E;
}
.TagClassName
{
border-color: #83809E;
}
</style>