Shades of Grey Suit #8A82AB
Tints of Grey Suit #8A82AB
RGB
CMYK
RGB Variations
Color information
#8A82AB (or 0x8A82AB) is known color: Grey Suit. HEX triplet: 8A, 82 and AB. RGB value is (138,130,171). Sum of RGB (Red+Green+Blue) = 138+130+171=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A82AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A82AB is #757D54. Grayscale: #888888. Windows color (decimal): -7699797 or 11240074. OLE color: 11240074.
HSL color Cylindrical-coordinate representation of color #8A82AB: hue angle of 251.71º 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 #8A82AB is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 130 | 171 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.33 |
| HSL | 251.71º | 0.2% | 0.59% | - |
| HSV(B) | 251.71º | 0.24% | 0.67% | - |
| XYZ | 25.81 | 24.31 | 41.86 | - |
| YUV | 137.07 | 147.15 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 171 | 0.19 | 0.24 | 0 | 0.33 | 251.71 | 0.2 | 0.59 |
| Hex | 8A | 82 | AB | 13 | 18 | 0 | 21 | FC | 14 | 3B |
| Octal | 212 | 202 | 253 | 23 | 30 | 0 | 41 | 374 | 24 | 73 |
| Binary | 10001010 | 10000010 | 10101011 | 10011 | 11000 | 0 | 100001 | 11111100 | 10100 | 111011 |
Color Harmonies of #8A82AB
Complementary color
Monochromatic Colors of #8A82AB
Black with #8A82AB
Text Example
Text Example
White with #8A82AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A82AB; }
p { color: rgb(138,130,171); }
H1.HeaderClassName
{
color: #8A82AB;
}
.AnyTagClassName
{
color: #8A82AB;
}
</style>
background-color css
<style>
a { background-color: #8A82AB; }
a { background-color: rgb(138,130,171); }
div.DivClassName
{
background-color: #8A82AB;
}
.BgClassName
{
background-color: #8A82AB;
}
</style>
border-color css
<style>
span { border-color: #8A82AB; }
span { border-color: rgb(138,130,171); }
td.TdClassName
{
border-color: #8A82AB;
}
.TagClassName
{
border-color: #8A82AB;
}
</style>