Shades of Delta #989997
Tints of Delta #989997
RGB
CMYK
RGB Variations
Color information
#989997 (or 0x989997) is known color: Delta. HEX triplet: 98, 99 and 97. RGB value is (152,153,151). Sum of RGB (Red+Green+Blue) = 152+153+151=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 151 (59.38% from 255 or 33.11% from 456); Max value from RGB is 153 - color contains mainly: green. Hex color #989997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989997 is #676668. Grayscale: #989898. Windows color (decimal): -6776425 or 9935256. OLE color: 9935256.
HSL color Cylindrical-coordinate representation of color #989997: hue angle of 90º degrees, saturation: 0.01, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #989997 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 152 | 153 | 151 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.4 |
| HSL | 90º | 0.01% | 0.6% | - |
| HSV(B) | 90º | 0.01% | 0.6% | - |
| XYZ | 29.93 | 31.69 | 33.82 | - |
| YUV | 152.47 | 127.17 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 151 | 0.01 | 0 | 0.01 | 0.4 | 90 | 0.01 | 0.6 |
| Hex | 98 | 99 | 97 | 1 | 0 | 1 | 28 | 5A | 1 | 3C |
| Octal | 230 | 231 | 227 | 1 | 0 | 1 | 50 | 132 | 1 | 74 |
| Binary | 10011000 | 10011001 | 10010111 | 1 | 0 | 1 | 101000 | 1011010 | 1 | 111100 |
Color Harmonies of #989997
Complementary color
Monochromatic Colors of #989997
Black with #989997
Text Example
Text Example
White with #989997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989997; }
p { color: rgb(152,153,151); }
H1.HeaderClassName
{
color: #989997;
}
.AnyTagClassName
{
color: #989997;
}
</style>
background-color css
<style>
a { background-color: #989997; }
a { background-color: rgb(152,153,151); }
div.DivClassName
{
background-color: #989997;
}
.BgClassName
{
background-color: #989997;
}
</style>
border-color css
<style>
span { border-color: #989997; }
span { border-color: rgb(152,153,151); }
td.TdClassName
{
border-color: #989997;
}
.TagClassName
{
border-color: #989997;
}
</style>