Shades of Grey Suit #9890A9
Tints of Grey Suit #9890A9
RGB
CMYK
RGB Variations
Color information
#9890A9 (or 0x9890A9) is known color: Grey Suit. HEX triplet: 98, 90 and A9. RGB value is (152,144,169). Sum of RGB (Red+Green+Blue) = 152+144+169=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 169 - color contains mainly: blue. Hex color #9890A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9890A9 is #676F56. Grayscale: #959595. Windows color (decimal): -6778711 or 11112600. OLE color: 11112600.
HSL color Cylindrical-coordinate representation of color #9890A9: hue angle of 259.2º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9890A9 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 152 | 144 | 169 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.34 |
| HSL | 259.2º | 0.13% | 0.61% | - |
| HSV(B) | 259.2º | 0.15% | 0.66% | - |
| XYZ | 30.08 | 29.49 | 41.64 | - |
| YUV | 149.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 144 | 169 | 0.10 | 0.15 | 0 | 0.34 | 259.2 | 0.13 | 0.61 |
| Hex | 98 | 90 | A9 | A | F | 0 | 22 | 103 | D | 3D |
| Octal | 230 | 220 | 251 | 12 | 17 | 0 | 42 | 403 | 15 | 75 |
| Binary | 10011000 | 10010000 | 10101001 | 1010 | 1111 | 0 | 100010 | 100000011 | 1101 | 111101 |
Color Harmonies of #9890A9
Complementary color
Monochromatic Colors of #9890A9
Black with #9890A9
Text Example
Text Example
White with #9890A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9890A9; }
p { color: rgb(152,144,169); }
H1.HeaderClassName
{
color: #9890A9;
}
.AnyTagClassName
{
color: #9890A9;
}
</style>
background-color css
<style>
a { background-color: #9890A9; }
a { background-color: rgb(152,144,169); }
div.DivClassName
{
background-color: #9890A9;
}
.BgClassName
{
background-color: #9890A9;
}
</style>
border-color css
<style>
span { border-color: #9890A9; }
span { border-color: rgb(152,144,169); }
td.TdClassName
{
border-color: #9890A9;
}
.TagClassName
{
border-color: #9890A9;
}
</style>