Shades of Grey Suit #8A82AC
Tints of Grey Suit #8A82AC
RGB
CMYK
RGB Variations
Color information
#8A82AC (or 0x8A82AC) is known color: Grey Suit. HEX triplet: 8A, 82 and AC. RGB value is (138,130,172). Sum of RGB (Red+Green+Blue) = 138+130+172=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A82AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A82AC is #757D53. Grayscale: #898989. Windows color (decimal): -7699796 or 11305610. OLE color: 11305610.
HSL color Cylindrical-coordinate representation of color #8A82AC: hue angle of 251.43º 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 #8A82AC is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 130 | 172 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.33 |
| HSL | 251.43º | 0.2% | 0.59% | - |
| HSV(B) | 251.43º | 0.24% | 0.67% | - |
| XYZ | 25.91 | 24.35 | 42.36 | - |
| YUV | 137.18 | 147.65 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 172 | 0.20 | 0.24 | 0 | 0.33 | 251.43 | 0.2 | 0.59 |
| Hex | 8A | 82 | AC | 14 | 18 | 0 | 21 | FB | 14 | 3B |
| Octal | 212 | 202 | 254 | 24 | 30 | 0 | 41 | 373 | 24 | 73 |
| Binary | 10001010 | 10000010 | 10101100 | 10100 | 11000 | 0 | 100001 | 11111011 | 10100 | 111011 |
Color Harmonies of #8A82AC
Complementary color
Monochromatic Colors of #8A82AC
Black with #8A82AC
Text Example
Text Example
White with #8A82AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A82AC; }
p { color: rgb(138,130,172); }
H1.HeaderClassName
{
color: #8A82AC;
}
.AnyTagClassName
{
color: #8A82AC;
}
</style>
background-color css
<style>
a { background-color: #8A82AC; }
a { background-color: rgb(138,130,172); }
div.DivClassName
{
background-color: #8A82AC;
}
.BgClassName
{
background-color: #8A82AC;
}
</style>
border-color css
<style>
span { border-color: #8A82AC; }
span { border-color: rgb(138,130,172); }
td.TdClassName
{
border-color: #8A82AC;
}
.TagClassName
{
border-color: #8A82AC;
}
</style>