Shades of Grey Suit #8F89AC
Tints of Grey Suit #8F89AC
RGB
CMYK
RGB Variations
Color information
#8F89AC (or 0x8F89AC) is known color: Grey Suit. HEX triplet: 8F, 89 and AC. RGB value is (143,137,172). Sum of RGB (Red+Green+Blue) = 143+137+172=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F89AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F89AC is #707653. Grayscale: #8E8E8E. Windows color (decimal): -7370324 or 11307407. OLE color: 11307407.
HSL color Cylindrical-coordinate representation of color #8F89AC: hue angle of 250.29º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F89AC is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 137 | 172 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.33 |
| HSL | 250.29º | 0.17% | 0.61% | - |
| HSV(B) | 250.29º | 0.2% | 0.67% | - |
| XYZ | 27.72 | 26.71 | 42.72 | - |
| YUV | 142.78 | 144.49 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 172 | 0.17 | 0.20 | 0 | 0.33 | 250.29 | 0.17 | 0.61 |
| Hex | 8F | 89 | AC | 11 | 14 | 0 | 21 | FA | 11 | 3D |
| Octal | 217 | 211 | 254 | 21 | 24 | 0 | 41 | 372 | 21 | 75 |
| Binary | 10001111 | 10001001 | 10101100 | 10001 | 10100 | 0 | 100001 | 11111010 | 10001 | 111101 |
Color Harmonies of #8F89AC
Complementary color
Monochromatic Colors of #8F89AC
Black with #8F89AC
Text Example
Text Example
White with #8F89AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F89AC; }
p { color: rgb(143,137,172); }
H1.HeaderClassName
{
color: #8F89AC;
}
.AnyTagClassName
{
color: #8F89AC;
}
</style>
background-color css
<style>
a { background-color: #8F89AC; }
a { background-color: rgb(143,137,172); }
div.DivClassName
{
background-color: #8F89AC;
}
.BgClassName
{
background-color: #8F89AC;
}
</style>
border-color css
<style>
span { border-color: #8F89AC; }
span { border-color: rgb(143,137,172); }
td.TdClassName
{
border-color: #8F89AC;
}
.TagClassName
{
border-color: #8F89AC;
}
</style>