Shades of Grey Suit #8F8AAF
Tints of Grey Suit #8F8AAF
RGB
CMYK
RGB Variations
Color information
#8F8AAF (or 0x8F8AAF) is known color: Grey Suit. HEX triplet: 8F, 8A and AF. RGB value is (143,138,175). Sum of RGB (Red+Green+Blue) = 143+138+175=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F8AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8AAF is #707550. Grayscale: #8F8F8F. Windows color (decimal): -7370065 or 11504271. OLE color: 11504271.
HSL color Cylindrical-coordinate representation of color #8F8AAF: hue angle of 248.11º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F8AAF is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 138 | 175 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.31 |
| HSL | 248.11º | 0.19% | 0.61% | - |
| HSV(B) | 248.11º | 0.21% | 0.69% | - |
| XYZ | 28.15 | 27.11 | 44.31 | - |
| YUV | 143.71 | 145.66 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 138 | 175 | 0.18 | 0.21 | 0 | 0.31 | 248.11 | 0.19 | 0.61 |
| Hex | 8F | 8A | AF | 12 | 15 | 0 | 1F | F8 | 13 | 3D |
| Octal | 217 | 212 | 257 | 22 | 25 | 0 | 37 | 370 | 23 | 75 |
| Binary | 10001111 | 10001010 | 10101111 | 10010 | 10101 | 0 | 11111 | 11111000 | 10011 | 111101 |
Color Harmonies of #8F8AAF
Complementary color
Monochromatic Colors of #8F8AAF
Black with #8F8AAF
Text Example
Text Example
White with #8F8AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8AAF; }
p { color: rgb(143,138,175); }
H1.HeaderClassName
{
color: #8F8AAF;
}
.AnyTagClassName
{
color: #8F8AAF;
}
</style>
background-color css
<style>
a { background-color: #8F8AAF; }
a { background-color: rgb(143,138,175); }
div.DivClassName
{
background-color: #8F8AAF;
}
.BgClassName
{
background-color: #8F8AAF;
}
</style>
border-color css
<style>
span { border-color: #8F8AAF; }
span { border-color: rgb(143,138,175); }
td.TdClassName
{
border-color: #8F8AAF;
}
.TagClassName
{
border-color: #8F8AAF;
}
</style>