Shades of Grey Suit #8A86A4
Tints of Grey Suit #8A86A4
RGB
CMYK
RGB Variations
Color information
#8A86A4 (or 0x8A86A4) is known color: Grey Suit. HEX triplet: 8A, 86 and A4. RGB value is (138,134,164). Sum of RGB (Red+Green+Blue) = 138+134+164=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 164 - color contains mainly: blue. Hex color #8A86A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A86A4 is #75795B. Grayscale: #8A8A8A. Windows color (decimal): -7698780 or 10782346. OLE color: 10782346.
HSL color Cylindrical-coordinate representation of color #8A86A4: hue angle of 248º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8A86A4 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 134 | 164 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.36 |
| HSL | 248º | 0.14% | 0.58% | - |
| HSV(B) | 248º | 0.18% | 0.64% | - |
| XYZ | 25.71 | 25.13 | 38.62 | - |
| YUV | 138.62 | 142.33 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 134 | 164 | 0.16 | 0.18 | 0 | 0.36 | 248 | 0.14 | 0.58 |
| Hex | 8A | 86 | A4 | 10 | 12 | 0 | 24 | F8 | E | 3A |
| Octal | 212 | 206 | 244 | 20 | 22 | 0 | 44 | 370 | 16 | 72 |
| Binary | 10001010 | 10000110 | 10100100 | 10000 | 10010 | 0 | 100100 | 11111000 | 1110 | 111010 |
Color Harmonies of #8A86A4
Complementary color
Monochromatic Colors of #8A86A4
Black with #8A86A4
Text Example
Text Example
White with #8A86A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A86A4; }
p { color: rgb(138,134,164); }
H1.HeaderClassName
{
color: #8A86A4;
}
.AnyTagClassName
{
color: #8A86A4;
}
</style>
background-color css
<style>
a { background-color: #8A86A4; }
a { background-color: rgb(138,134,164); }
div.DivClassName
{
background-color: #8A86A4;
}
.BgClassName
{
background-color: #8A86A4;
}
</style>
border-color css
<style>
span { border-color: #8A86A4; }
span { border-color: rgb(138,134,164); }
td.TdClassName
{
border-color: #8A86A4;
}
.TagClassName
{
border-color: #8A86A4;
}
</style>