Shades of Delta #979B90
Tints of Delta #979B90
RGB
CMYK
RGB Variations
Color information
#979B90 (or 0x979B90) is known color: Delta. HEX triplet: 97, 9B and 90. RGB value is (151,155,144). Sum of RGB (Red+Green+Blue) = 151+155+144=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 155 - color contains mainly: green. Hex color #979B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979B90 is #68646F. Grayscale: #989898. Windows color (decimal): -6841456 or 9477015. OLE color: 9477015.
HSL color Cylindrical-coordinate representation of color #979B90: hue angle of 81.82º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #979B90 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 155 | 144 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.39 |
| HSL | 81.82º | 0.05% | 0.59% | - |
| HSV(B) | 81.82º | 0.07% | 0.61% | - |
| XYZ | 29.52 | 32.04 | 31.01 | - |
| YUV | 152.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 155 | 144 | 0.03 | 0 | 0.07 | 0.39 | 81.82 | 0.05 | 0.59 |
| Hex | 97 | 9B | 90 | 3 | 0 | 7 | 27 | 52 | 5 | 3B |
| Octal | 227 | 233 | 220 | 3 | 0 | 7 | 47 | 122 | 5 | 73 |
| Binary | 10010111 | 10011011 | 10010000 | 11 | 0 | 111 | 100111 | 1010010 | 101 | 111011 |
Color Harmonies of #979B90
Complementary color
Monochromatic Colors of #979B90
Black with #979B90
Text Example
Text Example
White with #979B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979B90; }
p { color: rgb(151,155,144); }
H1.HeaderClassName
{
color: #979B90;
}
.AnyTagClassName
{
color: #979B90;
}
</style>
background-color css
<style>
a { background-color: #979B90; }
a { background-color: rgb(151,155,144); }
div.DivClassName
{
background-color: #979B90;
}
.BgClassName
{
background-color: #979B90;
}
</style>
border-color css
<style>
span { border-color: #979B90; }
span { border-color: rgb(151,155,144); }
td.TdClassName
{
border-color: #979B90;
}
.TagClassName
{
border-color: #979B90;
}
</style>