Shades of Grey Suit #8F89AD
Tints of Grey Suit #8F89AD
RGB
CMYK
RGB Variations
Color information
#8F89AD (or 0x8F89AD) is known color: Grey Suit. HEX triplet: 8F, 89 and AD. RGB value is (143,137,173). Sum of RGB (Red+Green+Blue) = 143+137+173=453 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.57% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F89AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F89AD is #707652. Grayscale: #8E8E8E. Windows color (decimal): -7370323 or 11372943. OLE color: 11372943.
HSL color Cylindrical-coordinate representation of color #8F89AD: hue angle of 250º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F89AD is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 137 | 173 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.32 |
| HSL | 250º | 0.18% | 0.61% | - |
| HSV(B) | 250º | 0.21% | 0.68% | - |
| XYZ | 27.82 | 26.75 | 43.23 | - |
| YUV | 142.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 173 | 0.17 | 0.21 | 0 | 0.32 | 250 | 0.18 | 0.61 |
| Hex | 8F | 89 | AD | 11 | 15 | 0 | 20 | FA | 12 | 3D |
| Octal | 217 | 211 | 255 | 21 | 25 | 0 | 40 | 372 | 22 | 75 |
| Binary | 10001111 | 10001001 | 10101101 | 10001 | 10101 | 0 | 100000 | 11111010 | 10010 | 111101 |
Color Harmonies of #8F89AD
Complementary color
Monochromatic Colors of #8F89AD
Black with #8F89AD
Text Example
Text Example
White with #8F89AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F89AD; }
p { color: rgb(143,137,173); }
H1.HeaderClassName
{
color: #8F89AD;
}
.AnyTagClassName
{
color: #8F89AD;
}
</style>
background-color css
<style>
a { background-color: #8F89AD; }
a { background-color: rgb(143,137,173); }
div.DivClassName
{
background-color: #8F89AD;
}
.BgClassName
{
background-color: #8F89AD;
}
</style>
border-color css
<style>
span { border-color: #8F89AD; }
span { border-color: rgb(143,137,173); }
td.TdClassName
{
border-color: #8F89AD;
}
.TagClassName
{
border-color: #8F89AD;
}
</style>