Shades of Grey Suit #8F869F
Tints of Grey Suit #8F869F
RGB
CMYK
RGB Variations
Color information
#8F869F (or 0x8F869F) is known color: Grey Suit. HEX triplet: 8F, 86 and 9F. RGB value is (143,134,159). Sum of RGB (Red+Green+Blue) = 143+134+159=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F869F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F869F is #707960. Grayscale: #8B8B8B. Windows color (decimal): -7371105 or 10454671. OLE color: 10454671.
HSL color Cylindrical-coordinate representation of color #8F869F: hue angle of 261.6º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8F869F is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 134 | 159 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.38 |
| HSL | 261.6º | 0.12% | 0.57% | - |
| HSV(B) | 261.6º | 0.16% | 0.62% | - |
| XYZ | 26.11 | 25.39 | 36.33 | - |
| YUV | 139.54 | 138.98 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 134 | 159 | 0.10 | 0.16 | 0 | 0.38 | 261.6 | 0.12 | 0.57 |
| Hex | 8F | 86 | 9F | A | 10 | 0 | 26 | 106 | C | 39 |
| Octal | 217 | 206 | 237 | 12 | 20 | 0 | 46 | 406 | 14 | 71 |
| Binary | 10001111 | 10000110 | 10011111 | 1010 | 10000 | 0 | 100110 | 100000110 | 1100 | 111001 |
Color Harmonies of #8F869F
Complementary color
Monochromatic Colors of #8F869F
Black with #8F869F
Text Example
Text Example
White with #8F869F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F869F; }
p { color: rgb(143,134,159); }
H1.HeaderClassName
{
color: #8F869F;
}
.AnyTagClassName
{
color: #8F869F;
}
</style>
background-color css
<style>
a { background-color: #8F869F; }
a { background-color: rgb(143,134,159); }
div.DivClassName
{
background-color: #8F869F;
}
.BgClassName
{
background-color: #8F869F;
}
</style>
border-color css
<style>
span { border-color: #8F869F; }
span { border-color: rgb(143,134,159); }
td.TdClassName
{
border-color: #8F869F;
}
.TagClassName
{
border-color: #8F869F;
}
</style>