Shades of Grey Suit #83829D
Tints of Grey Suit #83829D
RGB
CMYK
RGB Variations
Color information
#83829D (or 0x83829D) is known color: Grey Suit. HEX triplet: 83, 82 and 9D. RGB value is (131,130,157). Sum of RGB (Red+Green+Blue) = 131+130+157=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 157 - color contains mainly: blue. Hex color #83829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83829D is #7C7D62. Grayscale: #858585. Windows color (decimal): -8158563 or 10322563. OLE color: 10322563.
HSL color Cylindrical-coordinate representation of color #83829D: hue angle of 242.22º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #83829D is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 130 | 157 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.38 |
| HSL | 242.22º | 0.12% | 0.56% | - |
| HSV(B) | 242.22º | 0.17% | 0.62% | - |
| XYZ | 23.43 | 23.22 | 35.15 | - |
| YUV | 133.38 | 141.33 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 130 | 157 | 0.17 | 0.17 | 0 | 0.38 | 242.22 | 0.12 | 0.56 |
| Hex | 83 | 82 | 9D | 11 | 11 | 0 | 26 | F2 | C | 38 |
| Octal | 203 | 202 | 235 | 21 | 21 | 0 | 46 | 362 | 14 | 70 |
| Binary | 10000011 | 10000010 | 10011101 | 10001 | 10001 | 0 | 100110 | 11110010 | 1100 | 111000 |
Color Harmonies of #83829D
Complementary color
Monochromatic Colors of #83829D
Black with #83829D
Text Example
Text Example
White with #83829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83829D; }
p { color: rgb(131,130,157); }
H1.HeaderClassName
{
color: #83829D;
}
.AnyTagClassName
{
color: #83829D;
}
</style>
background-color css
<style>
a { background-color: #83829D; }
a { background-color: rgb(131,130,157); }
div.DivClassName
{
background-color: #83829D;
}
.BgClassName
{
background-color: #83829D;
}
</style>
border-color css
<style>
span { border-color: #83829D; }
span { border-color: rgb(131,130,157); }
td.TdClassName
{
border-color: #83829D;
}
.TagClassName
{
border-color: #83829D;
}
</style>