Shades of Grey Suit #8A85AF
Tints of Grey Suit #8A85AF
RGB
CMYK
RGB Variations
Color information
#8A85AF (or 0x8A85AF) is known color: Grey Suit. HEX triplet: 8A, 85 and AF. RGB value is (138,133,175). Sum of RGB (Red+Green+Blue) = 138+133+175=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A85AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A85AF is #757A50. Grayscale: #8B8B8B. Windows color (decimal): -7699025 or 11502986. OLE color: 11502986.
HSL color Cylindrical-coordinate representation of color #8A85AF: hue angle of 247.14º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8A85AF is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 133 | 175 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.31 |
| HSL | 247.14º | 0.21% | 0.6% | - |
| HSV(B) | 247.14º | 0.24% | 0.69% | - |
| XYZ | 26.61 | 25.27 | 44.03 | - |
| YUV | 139.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 133 | 175 | 0.21 | 0.24 | 0 | 0.31 | 247.14 | 0.21 | 0.6 |
| Hex | 8A | 85 | AF | 15 | 18 | 0 | 1F | F7 | 15 | 3C |
| Octal | 212 | 205 | 257 | 25 | 30 | 0 | 37 | 367 | 25 | 74 |
| Binary | 10001010 | 10000101 | 10101111 | 10101 | 11000 | 0 | 11111 | 11110111 | 10101 | 111100 |
Color Harmonies of #8A85AF
Complementary color
Monochromatic Colors of #8A85AF
Black with #8A85AF
Text Example
Text Example
White with #8A85AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A85AF; }
p { color: rgb(138,133,175); }
H1.HeaderClassName
{
color: #8A85AF;
}
.AnyTagClassName
{
color: #8A85AF;
}
</style>
background-color css
<style>
a { background-color: #8A85AF; }
a { background-color: rgb(138,133,175); }
div.DivClassName
{
background-color: #8A85AF;
}
.BgClassName
{
background-color: #8A85AF;
}
</style>
border-color css
<style>
span { border-color: #8A85AF; }
span { border-color: rgb(138,133,175); }
td.TdClassName
{
border-color: #8A85AF;
}
.TagClassName
{
border-color: #8A85AF;
}
</style>