Shades of Grey Suit #8F87A4
Tints of Grey Suit #8F87A4
RGB
CMYK
RGB Variations
Color information
#8F87A4 (or 0x8F87A4) is known color: Grey Suit. HEX triplet: 8F, 87 and A4. RGB value is (143,135,164). Sum of RGB (Red+Green+Blue) = 143+135+164=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 164 - color contains mainly: blue. Hex color #8F87A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F87A4 is #70785B. Grayscale: #8C8C8C. Windows color (decimal): -7370844 or 10782607. OLE color: 10782607.
HSL color Cylindrical-coordinate representation of color #8F87A4: hue angle of 256.55º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F87A4 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 135 | 164 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.36 |
| HSL | 256.55º | 0.14% | 0.59% | - |
| HSV(B) | 256.55º | 0.18% | 0.64% | - |
| XYZ | 26.69 | 25.85 | 38.7 | - |
| YUV | 140.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 135 | 164 | 0.13 | 0.18 | 0 | 0.36 | 256.55 | 0.14 | 0.59 |
| Hex | 8F | 87 | A4 | D | 12 | 0 | 24 | 101 | E | 3B |
| Octal | 217 | 207 | 244 | 15 | 22 | 0 | 44 | 401 | 16 | 73 |
| Binary | 10001111 | 10000111 | 10100100 | 1101 | 10010 | 0 | 100100 | 100000001 | 1110 | 111011 |
Color Harmonies of #8F87A4
Complementary color
Monochromatic Colors of #8F87A4
Black with #8F87A4
Text Example
Text Example
White with #8F87A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F87A4; }
p { color: rgb(143,135,164); }
H1.HeaderClassName
{
color: #8F87A4;
}
.AnyTagClassName
{
color: #8F87A4;
}
</style>
background-color css
<style>
a { background-color: #8F87A4; }
a { background-color: rgb(143,135,164); }
div.DivClassName
{
background-color: #8F87A4;
}
.BgClassName
{
background-color: #8F87A4;
}
</style>
border-color css
<style>
span { border-color: #8F87A4; }
span { border-color: rgb(143,135,164); }
td.TdClassName
{
border-color: #8F87A4;
}
.TagClassName
{
border-color: #8F87A4;
}
</style>