Shades of Grey Suit #8482AD
Tints of Grey Suit #8482AD
RGB
CMYK
RGB Variations
Color information
#8482AD (or 0x8482AD) is known color: Grey Suit. HEX triplet: 84, 82 and AD. RGB value is (132,130,173). Sum of RGB (Red+Green+Blue) = 132+130+173=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #8482AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8482AD is #7B7D52. Grayscale: #878787. Windows color (decimal): -8093011 or 11371140. OLE color: 11371140.
HSL color Cylindrical-coordinate representation of color #8482AD: hue angle of 242.79º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8482AD is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 130 | 173 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.32 |
| HSL | 242.79º | 0.21% | 0.59% | - |
| HSV(B) | 242.79º | 0.25% | 0.68% | - |
| XYZ | 25.04 | 23.89 | 42.83 | - |
| YUV | 135.5 | 149.16 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 173 | 0.24 | 0.25 | 0 | 0.32 | 242.79 | 0.21 | 0.59 |
| Hex | 84 | 82 | AD | 18 | 19 | 0 | 20 | F3 | 15 | 3B |
| Octal | 204 | 202 | 255 | 30 | 31 | 0 | 40 | 363 | 25 | 73 |
| Binary | 10000100 | 10000010 | 10101101 | 11000 | 11001 | 0 | 100000 | 11110011 | 10101 | 111011 |
Color Harmonies of #8482AD
Complementary color
Monochromatic Colors of #8482AD
Black with #8482AD
Text Example
Text Example
White with #8482AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8482AD; }
p { color: rgb(132,130,173); }
H1.HeaderClassName
{
color: #8482AD;
}
.AnyTagClassName
{
color: #8482AD;
}
</style>
background-color css
<style>
a { background-color: #8482AD; }
a { background-color: rgb(132,130,173); }
div.DivClassName
{
background-color: #8482AD;
}
.BgClassName
{
background-color: #8482AD;
}
</style>
border-color css
<style>
span { border-color: #8482AD; }
span { border-color: rgb(132,130,173); }
td.TdClassName
{
border-color: #8482AD;
}
.TagClassName
{
border-color: #8482AD;
}
</style>