Shades of Grey Suit #8A84A4
Tints of Grey Suit #8A84A4
RGB
CMYK
RGB Variations
Color information
#8A84A4 (or 0x8A84A4) is known color: Grey Suit. HEX triplet: 8A, 84 and A4. RGB value is (138,132,164). Sum of RGB (Red+Green+Blue) = 138+132+164=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 164 - color contains mainly: blue. Hex color #8A84A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A84A4 is #757B5B. Grayscale: #898989. Windows color (decimal): -7699292 or 10781834. OLE color: 10781834.
HSL color Cylindrical-coordinate representation of color #8A84A4: hue angle of 251.25º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A84A4 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 132 | 164 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.36 |
| HSL | 251.25º | 0.15% | 0.58% | - |
| HSV(B) | 251.25º | 0.2% | 0.64% | - |
| XYZ | 25.43 | 24.59 | 38.53 | - |
| YUV | 137.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 164 | 0.16 | 0.20 | 0 | 0.36 | 251.25 | 0.15 | 0.58 |
| Hex | 8A | 84 | A4 | 10 | 14 | 0 | 24 | FB | F | 3A |
| Octal | 212 | 204 | 244 | 20 | 24 | 0 | 44 | 373 | 17 | 72 |
| Binary | 10001010 | 10000100 | 10100100 | 10000 | 10100 | 0 | 100100 | 11111011 | 1111 | 111010 |
Color Harmonies of #8A84A4
Complementary color
Monochromatic Colors of #8A84A4
Black with #8A84A4
Text Example
Text Example
White with #8A84A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A84A4; }
p { color: rgb(138,132,164); }
H1.HeaderClassName
{
color: #8A84A4;
}
.AnyTagClassName
{
color: #8A84A4;
}
</style>
background-color css
<style>
a { background-color: #8A84A4; }
a { background-color: rgb(138,132,164); }
div.DivClassName
{
background-color: #8A84A4;
}
.BgClassName
{
background-color: #8A84A4;
}
</style>
border-color css
<style>
span { border-color: #8A84A4; }
span { border-color: rgb(138,132,164); }
td.TdClassName
{
border-color: #8A84A4;
}
.TagClassName
{
border-color: #8A84A4;
}
</style>