Shades of Grey Suit #83819D
Tints of Grey Suit #83819D
RGB
CMYK
RGB Variations
Color information
#83819D (or 0x83819D) is known color: Grey Suit. HEX triplet: 83, 81 and 9D. RGB value is (131,129,157). Sum of RGB (Red+Green+Blue) = 131+129+157=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 157 - color contains mainly: blue. Hex color #83819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83819D is #7C7E62. Grayscale: #848484. Windows color (decimal): -8158819 or 10322307. OLE color: 10322307.
HSL color Cylindrical-coordinate representation of color #83819D: hue angle of 244.29º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #83819D is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 129 | 157 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.38 |
| HSL | 244.29º | 0.13% | 0.56% | - |
| HSV(B) | 244.29º | 0.18% | 0.62% | - |
| XYZ | 23.3 | 22.96 | 35.1 | - |
| YUV | 132.79 | 141.66 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 129 | 157 | 0.17 | 0.18 | 0 | 0.38 | 244.29 | 0.13 | 0.56 |
| Hex | 83 | 81 | 9D | 11 | 12 | 0 | 26 | F4 | C | 38 |
| Octal | 203 | 201 | 235 | 21 | 22 | 0 | 46 | 364 | 14 | 70 |
| Binary | 10000011 | 10000001 | 10011101 | 10001 | 10010 | 0 | 100110 | 11110100 | 1100 | 111000 |
Color Harmonies of #83819D
Complementary color
Monochromatic Colors of #83819D
Black with #83819D
Text Example
Text Example
White with #83819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83819D; }
p { color: rgb(131,129,157); }
H1.HeaderClassName
{
color: #83819D;
}
.AnyTagClassName
{
color: #83819D;
}
</style>
background-color css
<style>
a { background-color: #83819D; }
a { background-color: rgb(131,129,157); }
div.DivClassName
{
background-color: #83819D;
}
.BgClassName
{
background-color: #83819D;
}
</style>
border-color css
<style>
span { border-color: #83819D; }
span { border-color: rgb(131,129,157); }
td.TdClassName
{
border-color: #83819D;
}
.TagClassName
{
border-color: #83819D;
}
</style>