Shades of Grey Suit #8D87AC
Tints of Grey Suit #8D87AC
RGB
CMYK
RGB Variations
Color information
#8D87AC (or 0x8D87AC) is known color: Grey Suit. HEX triplet: 8D, 87 and AC. RGB value is (141,135,172). Sum of RGB (Red+Green+Blue) = 141+135+172=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D87AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D87AC is #727853. Grayscale: #8C8C8C. Windows color (decimal): -7501908 or 11306893. OLE color: 11306893.
HSL color Cylindrical-coordinate representation of color #8D87AC: hue angle of 249.73º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8D87AC is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 135 | 172 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.33 |
| HSL | 249.73º | 0.18% | 0.6% | - |
| HSV(B) | 249.73º | 0.22% | 0.67% | - |
| XYZ | 27.09 | 25.97 | 42.61 | - |
| YUV | 141.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 135 | 172 | 0.18 | 0.22 | 0 | 0.33 | 249.73 | 0.18 | 0.6 |
| Hex | 8D | 87 | AC | 12 | 16 | 0 | 21 | FA | 12 | 3C |
| Octal | 215 | 207 | 254 | 22 | 26 | 0 | 41 | 372 | 22 | 74 |
| Binary | 10001101 | 10000111 | 10101100 | 10010 | 10110 | 0 | 100001 | 11111010 | 10010 | 111100 |
Color Harmonies of #8D87AC
Complementary color
Monochromatic Colors of #8D87AC
Black with #8D87AC
Text Example
Text Example
White with #8D87AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D87AC; }
p { color: rgb(141,135,172); }
H1.HeaderClassName
{
color: #8D87AC;
}
.AnyTagClassName
{
color: #8D87AC;
}
</style>
background-color css
<style>
a { background-color: #8D87AC; }
a { background-color: rgb(141,135,172); }
div.DivClassName
{
background-color: #8D87AC;
}
.BgClassName
{
background-color: #8D87AC;
}
</style>
border-color css
<style>
span { border-color: #8D87AC; }
span { border-color: rgb(141,135,172); }
td.TdClassName
{
border-color: #8D87AC;
}
.TagClassName
{
border-color: #8D87AC;
}
</style>