Shades of Grey Suit #8F8DAA
Tints of Grey Suit #8F8DAA
RGB
CMYK
RGB Variations
Color information
#8F8DAA (or 0x8F8DAA) is known color: Grey Suit. HEX triplet: 8F, 8D and AA. RGB value is (143,141,170). Sum of RGB (Red+Green+Blue) = 143+141+170=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F8DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8DAA is #707255. Grayscale: #909090. Windows color (decimal): -7369302 or 11177359. OLE color: 11177359.
HSL color Cylindrical-coordinate representation of color #8F8DAA: hue angle of 244.14º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F8DAA is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 141 | 170 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.33 |
| HSL | 244.14º | 0.15% | 0.61% | - |
| HSV(B) | 244.14º | 0.17% | 0.67% | - |
| XYZ | 28.11 | 27.79 | 41.91 | - |
| YUV | 144.9 | 142.16 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 141 | 170 | 0.16 | 0.17 | 0 | 0.33 | 244.14 | 0.15 | 0.61 |
| Hex | 8F | 8D | AA | 10 | 11 | 0 | 21 | F4 | F | 3D |
| Octal | 217 | 215 | 252 | 20 | 21 | 0 | 41 | 364 | 17 | 75 |
| Binary | 10001111 | 10001101 | 10101010 | 10000 | 10001 | 0 | 100001 | 11110100 | 1111 | 111101 |
Color Harmonies of #8F8DAA
Complementary color
Monochromatic Colors of #8F8DAA
Black with #8F8DAA
Text Example
Text Example
White with #8F8DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8DAA; }
p { color: rgb(143,141,170); }
H1.HeaderClassName
{
color: #8F8DAA;
}
.AnyTagClassName
{
color: #8F8DAA;
}
</style>
background-color css
<style>
a { background-color: #8F8DAA; }
a { background-color: rgb(143,141,170); }
div.DivClassName
{
background-color: #8F8DAA;
}
.BgClassName
{
background-color: #8F8DAA;
}
</style>
border-color css
<style>
span { border-color: #8F8DAA; }
span { border-color: rgb(143,141,170); }
td.TdClassName
{
border-color: #8F8DAA;
}
.TagClassName
{
border-color: #8F8DAA;
}
</style>