Shades of Grey Suit #8482AC
Tints of Grey Suit #8482AC
RGB
CMYK
RGB Variations
Color information
#8482AC (or 0x8482AC) is known color: Grey Suit. HEX triplet: 84, 82 and AC. RGB value is (132,130,172). Sum of RGB (Red+Green+Blue) = 132+130+172=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #8482AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8482AC is #7B7D53. Grayscale: #878787. Windows color (decimal): -8093012 or 11305604. OLE color: 11305604.
HSL color Cylindrical-coordinate representation of color #8482AC: hue angle of 242.86º 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 #8482AC is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 130 | 172 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.33 |
| HSL | 242.86º | 0.2% | 0.59% | - |
| HSV(B) | 242.86º | 0.24% | 0.67% | - |
| XYZ | 24.94 | 23.85 | 42.32 | - |
| YUV | 135.39 | 148.66 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 172 | 0.23 | 0.24 | 0 | 0.33 | 242.86 | 0.2 | 0.59 |
| Hex | 84 | 82 | AC | 17 | 18 | 0 | 21 | F3 | 14 | 3B |
| Octal | 204 | 202 | 254 | 27 | 30 | 0 | 41 | 363 | 24 | 73 |
| Binary | 10000100 | 10000010 | 10101100 | 10111 | 11000 | 0 | 100001 | 11110011 | 10100 | 111011 |
Color Harmonies of #8482AC
Complementary color
Monochromatic Colors of #8482AC
Black with #8482AC
Text Example
Text Example
White with #8482AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8482AC; }
p { color: rgb(132,130,172); }
H1.HeaderClassName
{
color: #8482AC;
}
.AnyTagClassName
{
color: #8482AC;
}
</style>
background-color css
<style>
a { background-color: #8482AC; }
a { background-color: rgb(132,130,172); }
div.DivClassName
{
background-color: #8482AC;
}
.BgClassName
{
background-color: #8482AC;
}
</style>
border-color css
<style>
span { border-color: #8482AC; }
span { border-color: rgb(132,130,172); }
td.TdClassName
{
border-color: #8482AC;
}
.TagClassName
{
border-color: #8482AC;
}
</style>