Shades of Grey Suit #978DA9
Tints of Grey Suit #978DA9
RGB
CMYK
RGB Variations
Color information
#978DA9 (or 0x978DA9) is known color: Grey Suit. HEX triplet: 97, 8D and A9. RGB value is (151,141,169). Sum of RGB (Red+Green+Blue) = 151+141+169=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 169 - color contains mainly: blue. Hex color #978DA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978DA9 is #687256. Grayscale: #939393. Windows color (decimal): -6845015 or 11111831. OLE color: 11111831.
HSL color Cylindrical-coordinate representation of color #978DA9: hue angle of 261.43º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #978DA9 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 151 | 141 | 169 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.34 |
| HSL | 261.43º | 0.14% | 0.61% | - |
| HSV(B) | 261.43º | 0.17% | 0.66% | - |
| XYZ | 29.45 | 28.49 | 41.48 | - |
| YUV | 147.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 169 | 0.11 | 0.17 | 0 | 0.34 | 261.43 | 0.14 | 0.61 |
| Hex | 97 | 8D | A9 | B | 11 | 0 | 22 | 105 | E | 3D |
| Octal | 227 | 215 | 251 | 13 | 21 | 0 | 42 | 405 | 16 | 75 |
| Binary | 10010111 | 10001101 | 10101001 | 1011 | 10001 | 0 | 100010 | 100000101 | 1110 | 111101 |
Color Harmonies of #978DA9
Complementary color
Monochromatic Colors of #978DA9
Black with #978DA9
Text Example
Text Example
White with #978DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978DA9; }
p { color: rgb(151,141,169); }
H1.HeaderClassName
{
color: #978DA9;
}
.AnyTagClassName
{
color: #978DA9;
}
</style>
background-color css
<style>
a { background-color: #978DA9; }
a { background-color: rgb(151,141,169); }
div.DivClassName
{
background-color: #978DA9;
}
.BgClassName
{
background-color: #978DA9;
}
</style>
border-color css
<style>
span { border-color: #978DA9; }
span { border-color: rgb(151,141,169); }
td.TdClassName
{
border-color: #978DA9;
}
.TagClassName
{
border-color: #978DA9;
}
</style>