Shades of Grey Suit #84828F
Tints of Grey Suit #84828F
RGB
CMYK
RGB Variations
Color information
#84828F (or 0x84828F) is known color: Grey Suit. HEX triplet: 84, 82 and 8F. RGB value is (132,130,143). Sum of RGB (Red+Green+Blue) = 132+130+143=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 143 - color contains mainly: blue. Hex color #84828F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84828F is #7B7D70. Grayscale: #848484. Windows color (decimal): -8093041 or 9405060. OLE color: 9405060.
HSL color Cylindrical-coordinate representation of color #84828F: hue angle of 249.23º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #84828F is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 130 | 143 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.44 |
| HSL | 249.23º | 0.05% | 0.54% | - |
| HSV(B) | 249.23º | 0.09% | 0.56% | - |
| XYZ | 22.46 | 22.85 | 29.21 | - |
| YUV | 132.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 143 | 0.08 | 0.09 | 0 | 0.44 | 249.23 | 0.05 | 0.54 |
| Hex | 84 | 82 | 8F | 8 | 9 | 0 | 2C | F9 | 5 | 36 |
| Octal | 204 | 202 | 217 | 10 | 11 | 0 | 54 | 371 | 5 | 66 |
| Binary | 10000100 | 10000010 | 10001111 | 1000 | 1001 | 0 | 101100 | 11111001 | 101 | 110110 |
Color Harmonies of #84828F
Complementary color
Monochromatic Colors of #84828F
Black with #84828F
Text Example
Text Example
White with #84828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84828F; }
p { color: rgb(132,130,143); }
H1.HeaderClassName
{
color: #84828F;
}
.AnyTagClassName
{
color: #84828F;
}
</style>
background-color css
<style>
a { background-color: #84828F; }
a { background-color: rgb(132,130,143); }
div.DivClassName
{
background-color: #84828F;
}
.BgClassName
{
background-color: #84828F;
}
</style>
border-color css
<style>
span { border-color: #84828F; }
span { border-color: rgb(132,130,143); }
td.TdClassName
{
border-color: #84828F;
}
.TagClassName
{
border-color: #84828F;
}
</style>