Shades of Grey Suit #9790AB
Tints of Grey Suit #9790AB
RGB
CMYK
RGB Variations
Color information
#9790AB (or 0x9790AB) is known color: Grey Suit. HEX triplet: 97, 90 and AB. RGB value is (151,144,171). Sum of RGB (Red+Green+Blue) = 151+144+171=466 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.40% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #9790AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9790AB is #686F54. Grayscale: #959595. Windows color (decimal): -6844245 or 11243671. OLE color: 11243671.
HSL color Cylindrical-coordinate representation of color #9790AB: hue angle of 255.56º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9790AB is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 144 | 171 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.33 |
| HSL | 255.56º | 0.14% | 0.62% | - |
| HSV(B) | 255.56º | 0.16% | 0.67% | - |
| XYZ | 30.09 | 29.47 | 42.63 | - |
| YUV | 149.17 | 140.32 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 144 | 171 | 0.12 | 0.16 | 0 | 0.33 | 255.56 | 0.14 | 0.62 |
| Hex | 97 | 90 | AB | C | 10 | 0 | 21 | 100 | E | 3E |
| Octal | 227 | 220 | 253 | 14 | 20 | 0 | 41 | 400 | 16 | 76 |
| Binary | 10010111 | 10010000 | 10101011 | 1100 | 10000 | 0 | 100001 | 100000000 | 1110 | 111110 |
Color Harmonies of #9790AB
Complementary color
Monochromatic Colors of #9790AB
Black with #9790AB
Text Example
Text Example
White with #9790AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9790AB; }
p { color: rgb(151,144,171); }
H1.HeaderClassName
{
color: #9790AB;
}
.AnyTagClassName
{
color: #9790AB;
}
</style>
background-color css
<style>
a { background-color: #9790AB; }
a { background-color: rgb(151,144,171); }
div.DivClassName
{
background-color: #9790AB;
}
.BgClassName
{
background-color: #9790AB;
}
</style>
border-color css
<style>
span { border-color: #9790AB; }
span { border-color: rgb(151,144,171); }
td.TdClassName
{
border-color: #9790AB;
}
.TagClassName
{
border-color: #9790AB;
}
</style>