Shades of Delta #979D93
Tints of Delta #979D93
RGB
CMYK
RGB Variations
Color information
#979D93 (or 0x979D93) is known color: Delta. HEX triplet: 97, 9D and 93. RGB value is (151,157,147). Sum of RGB (Red+Green+Blue) = 151+157+147=455 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.19% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 157 - color contains mainly: green. Hex color #979D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979D93 is #68626C. Grayscale: #9A9A9A. Windows color (decimal): -6840941 or 9674135. OLE color: 9674135.
HSL color Cylindrical-coordinate representation of color #979D93: hue angle of 96º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #979D93 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 157 | 147 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.38 |
| HSL | 96º | 0.05% | 0.6% | - |
| HSV(B) | 96º | 0.06% | 0.62% | - |
| XYZ | 30.09 | 32.8 | 32.35 | - |
| YUV | 154.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 157 | 147 | 0.04 | 0 | 0.06 | 0.38 | 96 | 0.05 | 0.6 |
| Hex | 97 | 9D | 93 | 4 | 0 | 6 | 26 | 60 | 5 | 3C |
| Octal | 227 | 235 | 223 | 4 | 0 | 6 | 46 | 140 | 5 | 74 |
| Binary | 10010111 | 10011101 | 10010011 | 100 | 0 | 110 | 100110 | 1100000 | 101 | 111100 |
Color Harmonies of #979D93
Complementary color
Monochromatic Colors of #979D93
Black with #979D93
Text Example
Text Example
White with #979D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979D93; }
p { color: rgb(151,157,147); }
H1.HeaderClassName
{
color: #979D93;
}
.AnyTagClassName
{
color: #979D93;
}
</style>
background-color css
<style>
a { background-color: #979D93; }
a { background-color: rgb(151,157,147); }
div.DivClassName
{
background-color: #979D93;
}
.BgClassName
{
background-color: #979D93;
}
</style>
border-color css
<style>
span { border-color: #979D93; }
span { border-color: rgb(151,157,147); }
td.TdClassName
{
border-color: #979D93;
}
.TagClassName
{
border-color: #979D93;
}
</style>