Shades of Grey Suit #8482AF
Tints of Grey Suit #8482AF
RGB
CMYK
RGB Variations
Color information
#8482AF (or 0x8482AF) is known color: Grey Suit. HEX triplet: 84, 82 and AF. RGB value is (132,130,175). Sum of RGB (Red+Green+Blue) = 132+130+175=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #8482AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8482AF is #7B7D50. Grayscale: #878787. Windows color (decimal): -8093009 or 11502212. OLE color: 11502212.
HSL color Cylindrical-coordinate representation of color #8482AF: hue angle of 242.67º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8482AF is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 130 | 175 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.31 |
| HSL | 242.67º | 0.22% | 0.6% | - |
| HSV(B) | 242.67º | 0.26% | 0.69% | - |
| XYZ | 25.24 | 23.97 | 43.85 | - |
| YUV | 135.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 175 | 0.25 | 0.26 | 0 | 0.31 | 242.67 | 0.22 | 0.6 |
| Hex | 84 | 82 | AF | 19 | 1A | 0 | 1F | F3 | 16 | 3C |
| Octal | 204 | 202 | 257 | 31 | 32 | 0 | 37 | 363 | 26 | 74 |
| Binary | 10000100 | 10000010 | 10101111 | 11001 | 11010 | 0 | 11111 | 11110011 | 10110 | 111100 |
Color Harmonies of #8482AF
Complementary color
Monochromatic Colors of #8482AF
Black with #8482AF
Text Example
Text Example
White with #8482AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8482AF; }
p { color: rgb(132,130,175); }
H1.HeaderClassName
{
color: #8482AF;
}
.AnyTagClassName
{
color: #8482AF;
}
</style>
background-color css
<style>
a { background-color: #8482AF; }
a { background-color: rgb(132,130,175); }
div.DivClassName
{
background-color: #8482AF;
}
.BgClassName
{
background-color: #8482AF;
}
</style>
border-color css
<style>
span { border-color: #8482AF; }
span { border-color: rgb(132,130,175); }
td.TdClassName
{
border-color: #8482AF;
}
.TagClassName
{
border-color: #8482AF;
}
</style>