Shades of Delta #979D92
Tints of Delta #979D92
RGB
CMYK
RGB Variations
Color information
#979D92 (or 0x979D92) is known color: Delta. HEX triplet: 97, 9D and 92. RGB value is (151,157,146). Sum of RGB (Red+Green+Blue) = 151+157+146=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 157 (61.72% from 255 or 34.58% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 157 - color contains mainly: green. Hex color #979D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979D92 is #68626D. Grayscale: #999999. Windows color (decimal): -6840942 or 9608599. OLE color: 9608599.
HSL color Cylindrical-coordinate representation of color #979D92: hue angle of 92.73º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #979D92 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 157 | 146 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.38 |
| HSL | 92.73º | 0.05% | 0.59% | - |
| HSV(B) | 92.73º | 0.07% | 0.62% | - |
| XYZ | 30.01 | 32.77 | 31.94 | - |
| YUV | 153.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 157 | 146 | 0.04 | 0 | 0.07 | 0.38 | 92.73 | 0.05 | 0.59 |
| Hex | 97 | 9D | 92 | 4 | 0 | 7 | 26 | 5D | 5 | 3B |
| Octal | 227 | 235 | 222 | 4 | 0 | 7 | 46 | 135 | 5 | 73 |
| Binary | 10010111 | 10011101 | 10010010 | 100 | 0 | 111 | 100110 | 1011101 | 101 | 111011 |
Color Harmonies of #979D92
Complementary color
Monochromatic Colors of #979D92
Black with #979D92
Text Example
Text Example
White with #979D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979D92; }
p { color: rgb(151,157,146); }
H1.HeaderClassName
{
color: #979D92;
}
.AnyTagClassName
{
color: #979D92;
}
</style>
background-color css
<style>
a { background-color: #979D92; }
a { background-color: rgb(151,157,146); }
div.DivClassName
{
background-color: #979D92;
}
.BgClassName
{
background-color: #979D92;
}
</style>
border-color css
<style>
span { border-color: #979D92; }
span { border-color: rgb(151,157,146); }
td.TdClassName
{
border-color: #979D92;
}
.TagClassName
{
border-color: #979D92;
}
</style>