Shades of Grey Suit #8482AB
Tints of Grey Suit #8482AB
RGB
CMYK
RGB Variations
Color information
#8482AB (or 0x8482AB) is known color: Grey Suit. HEX triplet: 84, 82 and AB. RGB value is (132,130,171). Sum of RGB (Red+Green+Blue) = 132+130+171=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #8482AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8482AB is #7B7D54. Grayscale: #878787. Windows color (decimal): -8093013 or 11240068. OLE color: 11240068.
HSL color Cylindrical-coordinate representation of color #8482AB: hue angle of 242.93º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8482AB is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 130 | 171 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.33 |
| HSL | 242.93º | 0.2% | 0.59% | - |
| HSV(B) | 242.93º | 0.24% | 0.67% | - |
| XYZ | 24.85 | 23.81 | 41.81 | - |
| YUV | 135.27 | 148.16 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 171 | 0.23 | 0.24 | 0 | 0.33 | 242.93 | 0.2 | 0.59 |
| Hex | 84 | 82 | AB | 17 | 18 | 0 | 21 | F3 | 14 | 3B |
| Octal | 204 | 202 | 253 | 27 | 30 | 0 | 41 | 363 | 24 | 73 |
| Binary | 10000100 | 10000010 | 10101011 | 10111 | 11000 | 0 | 100001 | 11110011 | 10100 | 111011 |
Color Harmonies of #8482AB
Complementary color
Monochromatic Colors of #8482AB
Black with #8482AB
Text Example
Text Example
White with #8482AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8482AB; }
p { color: rgb(132,130,171); }
H1.HeaderClassName
{
color: #8482AB;
}
.AnyTagClassName
{
color: #8482AB;
}
</style>
background-color css
<style>
a { background-color: #8482AB; }
a { background-color: rgb(132,130,171); }
div.DivClassName
{
background-color: #8482AB;
}
.BgClassName
{
background-color: #8482AB;
}
</style>
border-color css
<style>
span { border-color: #8482AB; }
span { border-color: rgb(132,130,171); }
td.TdClassName
{
border-color: #8482AB;
}
.TagClassName
{
border-color: #8482AB;
}
</style>