Shades of Grey Suit #978FA7
Tints of Grey Suit #978FA7
RGB
CMYK
RGB Variations
Color information
#978FA7 (or 0x978FA7) is known color: Grey Suit. HEX triplet: 97, 8F and A7. RGB value is (151,143,167). Sum of RGB (Red+Green+Blue) = 151+143+167=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 167 (65.62% from 255 or 36.23% from 461); Max value from RGB is 167 - color contains mainly: blue. Hex color #978FA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978FA7 is #687058. Grayscale: #949494. Windows color (decimal): -6844505 or 10981271. OLE color: 10981271.
HSL color Cylindrical-coordinate representation of color #978FA7: hue angle of 260º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #978FA7 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 151 | 143 | 167 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.35 |
| HSL | 260º | 0.12% | 0.61% | - |
| HSV(B) | 260º | 0.14% | 0.65% | - |
| XYZ | 29.56 | 29.01 | 40.6 | - |
| YUV | 148.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 167 | 0.10 | 0.14 | 0 | 0.35 | 260 | 0.12 | 0.61 |
| Hex | 97 | 8F | A7 | A | E | 0 | 23 | 104 | C | 3D |
| Octal | 227 | 217 | 247 | 12 | 16 | 0 | 43 | 404 | 14 | 75 |
| Binary | 10010111 | 10001111 | 10100111 | 1010 | 1110 | 0 | 100011 | 100000100 | 1100 | 111101 |
Color Harmonies of #978FA7
Complementary color
Monochromatic Colors of #978FA7
Black with #978FA7
Text Example
Text Example
White with #978FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978FA7; }
p { color: rgb(151,143,167); }
H1.HeaderClassName
{
color: #978FA7;
}
.AnyTagClassName
{
color: #978FA7;
}
</style>
background-color css
<style>
a { background-color: #978FA7; }
a { background-color: rgb(151,143,167); }
div.DivClassName
{
background-color: #978FA7;
}
.BgClassName
{
background-color: #978FA7;
}
</style>
border-color css
<style>
span { border-color: #978FA7; }
span { border-color: rgb(151,143,167); }
td.TdClassName
{
border-color: #978FA7;
}
.TagClassName
{
border-color: #978FA7;
}
</style>