Shades of Grey Suit #83809A
Tints of Grey Suit #83809A
RGB
CMYK
RGB Variations
Color information
#83809A (or 0x83809A) is known color: Grey Suit. HEX triplet: 83, 80 and 9A. RGB value is (131,128,154). Sum of RGB (Red+Green+Blue) = 131+128+154=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 154 - color contains mainly: blue. Hex color #83809A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83809A is #7C7F65. Grayscale: #838383. Windows color (decimal): -8159078 or 10125443. OLE color: 10125443.
HSL color Cylindrical-coordinate representation of color #83809A: hue angle of 246.92º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #83809A is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 128 | 154 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.40 |
| HSL | 246.92º | 0.11% | 0.55% | - |
| HSV(B) | 246.92º | 0.17% | 0.6% | - |
| XYZ | 22.91 | 22.6 | 33.73 | - |
| YUV | 131.86 | 140.49 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 128 | 154 | 0.15 | 0.17 | 0 | 0.40 | 246.92 | 0.11 | 0.55 |
| Hex | 83 | 80 | 9A | F | 11 | 0 | 28 | F7 | B | 37 |
| Octal | 203 | 200 | 232 | 17 | 21 | 0 | 50 | 367 | 13 | 67 |
| Binary | 10000011 | 10000000 | 10011010 | 1111 | 10001 | 0 | 101000 | 11110111 | 1011 | 110111 |
Color Harmonies of #83809A
Complementary color
Monochromatic Colors of #83809A
Black with #83809A
Text Example
Text Example
White with #83809A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83809A; }
p { color: rgb(131,128,154); }
H1.HeaderClassName
{
color: #83809A;
}
.AnyTagClassName
{
color: #83809A;
}
</style>
background-color css
<style>
a { background-color: #83809A; }
a { background-color: rgb(131,128,154); }
div.DivClassName
{
background-color: #83809A;
}
.BgClassName
{
background-color: #83809A;
}
</style>
border-color css
<style>
span { border-color: #83809A; }
span { border-color: rgb(131,128,154); }
td.TdClassName
{
border-color: #83809A;
}
.TagClassName
{
border-color: #83809A;
}
</style>