Shades of Delta #979993
Tints of Delta #979993
RGB
CMYK
RGB Variations
Color information
#979993 (or 0x979993) is known color: Delta. HEX triplet: 97, 99 and 93. RGB value is (151,153,147). Sum of RGB (Red+Green+Blue) = 151+153+147=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 153 - color contains mainly: green. Hex color #979993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979993 is #68666C. Grayscale: #979797. Windows color (decimal): -6841965 or 9673111. OLE color: 9673111.
HSL color Cylindrical-coordinate representation of color #979993: hue angle of 80º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #979993 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 153 | 147 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.4 |
| HSL | 80º | 0.03% | 0.59% | - |
| HSV(B) | 80º | 0.04% | 0.6% | - |
| XYZ | 29.42 | 31.47 | 32.13 | - |
| YUV | 151.72 | 125.34 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 153 | 147 | 0.01 | 0 | 0.04 | 0.4 | 80 | 0.03 | 0.59 |
| Hex | 97 | 99 | 93 | 1 | 0 | 4 | 28 | 50 | 3 | 3B |
| Octal | 227 | 231 | 223 | 1 | 0 | 4 | 50 | 120 | 3 | 73 |
| Binary | 10010111 | 10011001 | 10010011 | 1 | 0 | 100 | 101000 | 1010000 | 11 | 111011 |
Color Harmonies of #979993
Complementary color
Monochromatic Colors of #979993
Black with #979993
Text Example
Text Example
White with #979993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979993; }
p { color: rgb(151,153,147); }
H1.HeaderClassName
{
color: #979993;
}
.AnyTagClassName
{
color: #979993;
}
</style>
background-color css
<style>
a { background-color: #979993; }
a { background-color: rgb(151,153,147); }
div.DivClassName
{
background-color: #979993;
}
.BgClassName
{
background-color: #979993;
}
</style>
border-color css
<style>
span { border-color: #979993; }
span { border-color: rgb(151,153,147); }
td.TdClassName
{
border-color: #979993;
}
.TagClassName
{
border-color: #979993;
}
</style>