Shades of Delta #979F87
Tints of Delta #979F87
RGB
CMYK
RGB Variations
Color information
#979F87 (or 0x979F87) is known color: Delta. HEX triplet: 97, 9F and 87. RGB value is (151,159,135). Sum of RGB (Red+Green+Blue) = 151+159+135=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 159 - color contains mainly: green. Hex color #979F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979F87 is #686078. Grayscale: #999999. Windows color (decimal): -6840441 or 8888215. OLE color: 8888215.
HSL color Cylindrical-coordinate representation of color #979F87: hue angle of 80º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #979F87 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 159 | 135 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.38 |
| HSL | 80º | 0.11% | 0.58% | - |
| HSV(B) | 80º | 0.15% | 0.62% | - |
| XYZ | 29.53 | 33.12 | 27.76 | - |
| YUV | 153.87 | 117.35 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 159 | 135 | 0.05 | 0 | 0.15 | 0.38 | 80 | 0.11 | 0.58 |
| Hex | 97 | 9F | 87 | 5 | 0 | F | 26 | 50 | B | 3A |
| Octal | 227 | 237 | 207 | 5 | 0 | 17 | 46 | 120 | 13 | 72 |
| Binary | 10010111 | 10011111 | 10000111 | 101 | 0 | 1111 | 100110 | 1010000 | 1011 | 111010 |
Color Harmonies of #979F87
Complementary color
Monochromatic Colors of #979F87
Black with #979F87
Text Example
Text Example
White with #979F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979F87; }
p { color: rgb(151,159,135); }
H1.HeaderClassName
{
color: #979F87;
}
.AnyTagClassName
{
color: #979F87;
}
</style>
background-color css
<style>
a { background-color: #979F87; }
a { background-color: rgb(151,159,135); }
div.DivClassName
{
background-color: #979F87;
}
.BgClassName
{
background-color: #979F87;
}
</style>
border-color css
<style>
span { border-color: #979F87; }
span { border-color: rgb(151,159,135); }
td.TdClassName
{
border-color: #979F87;
}
.TagClassName
{
border-color: #979F87;
}
</style>