Shades of Grey Suit #8582AF
Tints of Grey Suit #8582AF
RGB
CMYK
RGB Variations
Color information
#8582AF (or 0x8582AF) is known color: Grey Suit. HEX triplet: 85, 82 and AF. RGB value is (133,130,175). Sum of RGB (Red+Green+Blue) = 133+130+175=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #8582AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8582AF is #7A7D50. Grayscale: #878787. Windows color (decimal): -8027473 or 11502213. OLE color: 11502213.
HSL color Cylindrical-coordinate representation of color #8582AF: hue angle of 244º 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 #8582AF is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 130 | 175 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.31 |
| HSL | 244º | 0.22% | 0.6% | - |
| HSV(B) | 244º | 0.26% | 0.69% | - |
| XYZ | 25.39 | 24.05 | 43.86 | - |
| YUV | 136.03 | 149.99 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 175 | 0.24 | 0.26 | 0 | 0.31 | 244 | 0.22 | 0.6 |
| Hex | 85 | 82 | AF | 18 | 1A | 0 | 1F | F4 | 16 | 3C |
| Octal | 205 | 202 | 257 | 30 | 32 | 0 | 37 | 364 | 26 | 74 |
| Binary | 10000101 | 10000010 | 10101111 | 11000 | 11010 | 0 | 11111 | 11110100 | 10110 | 111100 |
Color Harmonies of #8582AF
Complementary color
Monochromatic Colors of #8582AF
Black with #8582AF
Text Example
Text Example
White with #8582AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8582AF; }
p { color: rgb(133,130,175); }
H1.HeaderClassName
{
color: #8582AF;
}
.AnyTagClassName
{
color: #8582AF;
}
</style>
background-color css
<style>
a { background-color: #8582AF; }
a { background-color: rgb(133,130,175); }
div.DivClassName
{
background-color: #8582AF;
}
.BgClassName
{
background-color: #8582AF;
}
</style>
border-color css
<style>
span { border-color: #8582AF; }
span { border-color: rgb(133,130,175); }
td.TdClassName
{
border-color: #8582AF;
}
.TagClassName
{
border-color: #8582AF;
}
</style>