Shades of Grey Suit #8A85A2
Tints of Grey Suit #8A85A2
RGB
CMYK
RGB Variations
Color information
#8A85A2 (or 0x8A85A2) is known color: Grey Suit. HEX triplet: 8A, 85 and A2. RGB value is (138,133,162). Sum of RGB (Red+Green+Blue) = 138+133+162=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 162 - color contains mainly: blue. Hex color #8A85A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A85A2 is #757A5D. Grayscale: #898989. Windows color (decimal): -7699038 or 10651018. OLE color: 10651018.
HSL color Cylindrical-coordinate representation of color #8A85A2: hue angle of 250.34º degrees, saturation: 0.13, 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 #8A85A2 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 133 | 162 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.36 |
| HSL | 250.34º | 0.13% | 0.58% | - |
| HSV(B) | 250.34º | 0.18% | 0.64% | - |
| XYZ | 25.39 | 24.79 | 37.63 | - |
| YUV | 137.8 | 141.66 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 133 | 162 | 0.15 | 0.18 | 0 | 0.36 | 250.34 | 0.13 | 0.58 |
| Hex | 8A | 85 | A2 | F | 12 | 0 | 24 | FA | D | 3A |
| Octal | 212 | 205 | 242 | 17 | 22 | 0 | 44 | 372 | 15 | 72 |
| Binary | 10001010 | 10000101 | 10100010 | 1111 | 10010 | 0 | 100100 | 11111010 | 1101 | 111010 |
Color Harmonies of #8A85A2
Complementary color
Monochromatic Colors of #8A85A2
Black with #8A85A2
Text Example
Text Example
White with #8A85A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A85A2; }
p { color: rgb(138,133,162); }
H1.HeaderClassName
{
color: #8A85A2;
}
.AnyTagClassName
{
color: #8A85A2;
}
</style>
background-color css
<style>
a { background-color: #8A85A2; }
a { background-color: rgb(138,133,162); }
div.DivClassName
{
background-color: #8A85A2;
}
.BgClassName
{
background-color: #8A85A2;
}
</style>
border-color css
<style>
span { border-color: #8A85A2; }
span { border-color: rgb(138,133,162); }
td.TdClassName
{
border-color: #8A85A2;
}
.TagClassName
{
border-color: #8A85A2;
}
</style>