Shades of Grey Suit #8F85A2
Tints of Grey Suit #8F85A2
RGB
CMYK
RGB Variations
Color information
#8F85A2 (or 0x8F85A2) is known color: Grey Suit. HEX triplet: 8F, 85 and A2. RGB value is (143,133,162). Sum of RGB (Red+Green+Blue) = 143+133+162=438 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.65% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 162 - color contains mainly: blue. Hex color #8F85A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F85A2 is #707A5D. Grayscale: #8B8B8B. Windows color (decimal): -7371358 or 10651023. OLE color: 10651023.
HSL color Cylindrical-coordinate representation of color #8F85A2: hue angle of 260.69º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F85A2 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 133 | 162 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.36 |
| HSL | 260.69º | 0.13% | 0.58% | - |
| HSV(B) | 260.69º | 0.18% | 0.64% | - |
| XYZ | 26.24 | 25.22 | 37.67 | - |
| YUV | 139.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 162 | 0.12 | 0.18 | 0 | 0.36 | 260.69 | 0.13 | 0.58 |
| Hex | 8F | 85 | A2 | C | 12 | 0 | 24 | 105 | D | 3A |
| Octal | 217 | 205 | 242 | 14 | 22 | 0 | 44 | 405 | 15 | 72 |
| Binary | 10001111 | 10000101 | 10100010 | 1100 | 10010 | 0 | 100100 | 100000101 | 1101 | 111010 |
Color Harmonies of #8F85A2
Complementary color
Monochromatic Colors of #8F85A2
Black with #8F85A2
Text Example
Text Example
White with #8F85A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F85A2; }
p { color: rgb(143,133,162); }
H1.HeaderClassName
{
color: #8F85A2;
}
.AnyTagClassName
{
color: #8F85A2;
}
</style>
background-color css
<style>
a { background-color: #8F85A2; }
a { background-color: rgb(143,133,162); }
div.DivClassName
{
background-color: #8F85A2;
}
.BgClassName
{
background-color: #8F85A2;
}
</style>
border-color css
<style>
span { border-color: #8F85A2; }
span { border-color: rgb(143,133,162); }
td.TdClassName
{
border-color: #8F85A2;
}
.TagClassName
{
border-color: #8F85A2;
}
</style>