Shades of Grey Suit #8A82AF
Tints of Grey Suit #8A82AF
RGB
CMYK
RGB Variations
Color information
#8A82AF (or 0x8A82AF) is known color: Grey Suit. HEX triplet: 8A, 82 and AF. RGB value is (138,130,175). Sum of RGB (Red+Green+Blue) = 138+130+175=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A82AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A82AF is #757D50. Grayscale: #898989. Windows color (decimal): -7699793 or 11502218. OLE color: 11502218.
HSL color Cylindrical-coordinate representation of color #8A82AF: hue angle of 250.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 #8A82AF is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 130 | 175 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.31 |
| HSL | 250.67º | 0.22% | 0.6% | - |
| HSV(B) | 250.67º | 0.26% | 0.69% | - |
| XYZ | 26.2 | 24.46 | 43.9 | - |
| YUV | 137.52 | 149.15 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 175 | 0.21 | 0.26 | 0 | 0.31 | 250.67 | 0.22 | 0.6 |
| Hex | 8A | 82 | AF | 15 | 1A | 0 | 1F | FB | 16 | 3C |
| Octal | 212 | 202 | 257 | 25 | 32 | 0 | 37 | 373 | 26 | 74 |
| Binary | 10001010 | 10000010 | 10101111 | 10101 | 11010 | 0 | 11111 | 11111011 | 10110 | 111100 |
Color Harmonies of #8A82AF
Complementary color
Monochromatic Colors of #8A82AF
Black with #8A82AF
Text Example
Text Example
White with #8A82AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A82AF; }
p { color: rgb(138,130,175); }
H1.HeaderClassName
{
color: #8A82AF;
}
.AnyTagClassName
{
color: #8A82AF;
}
</style>
background-color css
<style>
a { background-color: #8A82AF; }
a { background-color: rgb(138,130,175); }
div.DivClassName
{
background-color: #8A82AF;
}
.BgClassName
{
background-color: #8A82AF;
}
</style>
border-color css
<style>
span { border-color: #8A82AF; }
span { border-color: rgb(138,130,175); }
td.TdClassName
{
border-color: #8A82AF;
}
.TagClassName
{
border-color: #8A82AF;
}
</style>