Shades of Delta #979E8B
Tints of Delta #979E8B
RGB
CMYK
RGB Variations
Color information
#979E8B (or 0x979E8B) is known color: Delta. HEX triplet: 97, 9E and 8B. RGB value is (151,158,139). Sum of RGB (Red+Green+Blue) = 151+158+139=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 158 - color contains mainly: green. Hex color #979E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979E8B is #686174. Grayscale: #999999. Windows color (decimal): -6840693 or 9150103. OLE color: 9150103.
HSL color Cylindrical-coordinate representation of color #979E8B: hue angle of 82.11º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #979E8B is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 158 | 139 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.38 |
| HSL | 82.11º | 0.09% | 0.58% | - |
| HSV(B) | 82.11º | 0.12% | 0.62% | - |
| XYZ | 29.65 | 32.9 | 29.21 | - |
| YUV | 153.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 158 | 139 | 0.04 | 0 | 0.12 | 0.38 | 82.11 | 0.09 | 0.58 |
| Hex | 97 | 9E | 8B | 4 | 0 | C | 26 | 52 | 9 | 3A |
| Octal | 227 | 236 | 213 | 4 | 0 | 14 | 46 | 122 | 11 | 72 |
| Binary | 10010111 | 10011110 | 10001011 | 100 | 0 | 1100 | 100110 | 1010010 | 1001 | 111010 |
Color Harmonies of #979E8B
Complementary color
Monochromatic Colors of #979E8B
Black with #979E8B
Text Example
Text Example
White with #979E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979E8B; }
p { color: rgb(151,158,139); }
H1.HeaderClassName
{
color: #979E8B;
}
.AnyTagClassName
{
color: #979E8B;
}
</style>
background-color css
<style>
a { background-color: #979E8B; }
a { background-color: rgb(151,158,139); }
div.DivClassName
{
background-color: #979E8B;
}
.BgClassName
{
background-color: #979E8B;
}
</style>
border-color css
<style>
span { border-color: #979E8B; }
span { border-color: rgb(151,158,139); }
td.TdClassName
{
border-color: #979E8B;
}
.TagClassName
{
border-color: #979E8B;
}
</style>