Shades of Grey Suit #8F8AAA
Tints of Grey Suit #8F8AAA
RGB
CMYK
RGB Variations
Color information
#8F8AAA (or 0x8F8AAA) is known color: Grey Suit. HEX triplet: 8F, 8A and AA. RGB value is (143,138,170). Sum of RGB (Red+Green+Blue) = 143+138+170=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F8AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8AAA is #707555. Grayscale: #8F8F8F. Windows color (decimal): -7370070 or 11176591. OLE color: 11176591.
HSL color Cylindrical-coordinate representation of color #8F8AAA: hue angle of 249.38º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8F8AAA is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 138 | 170 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.33 |
| HSL | 249.38º | 0.16% | 0.6% | - |
| HSV(B) | 249.38º | 0.19% | 0.67% | - |
| XYZ | 27.67 | 26.92 | 41.77 | - |
| YUV | 143.14 | 143.16 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 138 | 170 | 0.16 | 0.19 | 0 | 0.33 | 249.38 | 0.16 | 0.6 |
| Hex | 8F | 8A | AA | 10 | 13 | 0 | 21 | F9 | 10 | 3C |
| Octal | 217 | 212 | 252 | 20 | 23 | 0 | 41 | 371 | 20 | 74 |
| Binary | 10001111 | 10001010 | 10101010 | 10000 | 10011 | 0 | 100001 | 11111001 | 10000 | 111100 |
Color Harmonies of #8F8AAA
Complementary color
Monochromatic Colors of #8F8AAA
Black with #8F8AAA
Text Example
Text Example
White with #8F8AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8AAA; }
p { color: rgb(143,138,170); }
H1.HeaderClassName
{
color: #8F8AAA;
}
.AnyTagClassName
{
color: #8F8AAA;
}
</style>
background-color css
<style>
a { background-color: #8F8AAA; }
a { background-color: rgb(143,138,170); }
div.DivClassName
{
background-color: #8F8AAA;
}
.BgClassName
{
background-color: #8F8AAA;
}
</style>
border-color css
<style>
span { border-color: #8F8AAA; }
span { border-color: rgb(143,138,170); }
td.TdClassName
{
border-color: #8F8AAA;
}
.TagClassName
{
border-color: #8F8AAA;
}
</style>