Shades of Delta #979896
Tints of Delta #979896
RGB
CMYK
RGB Variations
Color information
#979896 (or 0x979896) is known color: Delta. HEX triplet: 97, 98 and 96. RGB value is (151,152,150). Sum of RGB (Red+Green+Blue) = 151+152+150=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 152 - color contains mainly: green. Hex color #979896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979896 is #686769. Grayscale: #979797. Windows color (decimal): -6842218 or 9869463. OLE color: 9869463.
HSL color Cylindrical-coordinate representation of color #979896: hue angle of 90º degrees, saturation: 0.01, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #979896 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 152 | 150 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.40 |
| HSL | 90º | 0.01% | 0.59% | - |
| HSV(B) | 90º | 0.01% | 0.6% | - |
| XYZ | 29.5 | 31.24 | 33.33 | - |
| YUV | 151.47 | 127.17 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 152 | 150 | 0.01 | 0 | 0.01 | 0.40 | 90 | 0.01 | 0.59 |
| Hex | 97 | 98 | 96 | 1 | 0 | 1 | 28 | 5A | 1 | 3B |
| Octal | 227 | 230 | 226 | 1 | 0 | 1 | 50 | 132 | 1 | 73 |
| Binary | 10010111 | 10011000 | 10010110 | 1 | 0 | 1 | 101000 | 1011010 | 1 | 111011 |
Color Harmonies of #979896
Complementary color
Monochromatic Colors of #979896
Black with #979896
Text Example
Text Example
White with #979896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979896; }
p { color: rgb(151,152,150); }
H1.HeaderClassName
{
color: #979896;
}
.AnyTagClassName
{
color: #979896;
}
</style>
background-color css
<style>
a { background-color: #979896; }
a { background-color: rgb(151,152,150); }
div.DivClassName
{
background-color: #979896;
}
.BgClassName
{
background-color: #979896;
}
</style>
border-color css
<style>
span { border-color: #979896; }
span { border-color: rgb(151,152,150); }
td.TdClassName
{
border-color: #979896;
}
.TagClassName
{
border-color: #979896;
}
</style>