Shades of Grey Suit #8F8DAC
Tints of Grey Suit #8F8DAC
RGB
CMYK
RGB Variations
Color information
#8F8DAC (or 0x8F8DAC) is known color: Grey Suit. HEX triplet: 8F, 8D and AC. RGB value is (143,141,172). Sum of RGB (Red+Green+Blue) = 143+141+172=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F8DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8DAC is #707253. Grayscale: #919191. Windows color (decimal): -7369300 or 11308431. OLE color: 11308431.
HSL color Cylindrical-coordinate representation of color #8F8DAC: hue angle of 243.87º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F8DAC is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 141 | 172 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.33 |
| HSL | 243.87º | 0.16% | 0.61% | - |
| HSV(B) | 243.87º | 0.18% | 0.67% | - |
| XYZ | 28.3 | 27.87 | 42.92 | - |
| YUV | 145.13 | 143.16 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 141 | 172 | 0.17 | 0.18 | 0 | 0.33 | 243.87 | 0.16 | 0.61 |
| Hex | 8F | 8D | AC | 11 | 12 | 0 | 21 | F4 | 10 | 3D |
| Octal | 217 | 215 | 254 | 21 | 22 | 0 | 41 | 364 | 20 | 75 |
| Binary | 10001111 | 10001101 | 10101100 | 10001 | 10010 | 0 | 100001 | 11110100 | 10000 | 111101 |
Color Harmonies of #8F8DAC
Complementary color
Monochromatic Colors of #8F8DAC
Black with #8F8DAC
Text Example
Text Example
White with #8F8DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8DAC; }
p { color: rgb(143,141,172); }
H1.HeaderClassName
{
color: #8F8DAC;
}
.AnyTagClassName
{
color: #8F8DAC;
}
</style>
background-color css
<style>
a { background-color: #8F8DAC; }
a { background-color: rgb(143,141,172); }
div.DivClassName
{
background-color: #8F8DAC;
}
.BgClassName
{
background-color: #8F8DAC;
}
</style>
border-color css
<style>
span { border-color: #8F8DAC; }
span { border-color: rgb(143,141,172); }
td.TdClassName
{
border-color: #8F8DAC;
}
.TagClassName
{
border-color: #8F8DAC;
}
</style>