Shades of Delta #989C91
Tints of Delta #989C91
RGB
CMYK
RGB Variations
Color information
#989C91 (or 0x989C91) is known color: Delta. HEX triplet: 98, 9C and 91. RGB value is (152,156,145). Sum of RGB (Red+Green+Blue) = 152+156+145=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 156 - color contains mainly: green. Hex color #989C91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989C91 is #67636E. Grayscale: #999999. Windows color (decimal): -6775663 or 9542808. OLE color: 9542808.
HSL color Cylindrical-coordinate representation of color #989C91: 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 #989C91 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 156 | 145 | - |
| 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.95 | 32.5 | 31.48 | - |
| YUV | 153.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 156 | 145 | 0.03 | 0 | 0.07 | 0.39 | 81.82 | 0.05 | 0.59 |
| Hex | 98 | 9C | 91 | 3 | 0 | 7 | 27 | 52 | 5 | 3B |
| Octal | 230 | 234 | 221 | 3 | 0 | 7 | 47 | 122 | 5 | 73 |
| Binary | 10011000 | 10011100 | 10010001 | 11 | 0 | 111 | 100111 | 1010010 | 101 | 111011 |
Color Harmonies of #989C91
Complementary color
Monochromatic Colors of #989C91
Black with #989C91
Text Example
Text Example
White with #989C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989C91; }
p { color: rgb(152,156,145); }
H1.HeaderClassName
{
color: #989C91;
}
.AnyTagClassName
{
color: #989C91;
}
</style>
background-color css
<style>
a { background-color: #989C91; }
a { background-color: rgb(152,156,145); }
div.DivClassName
{
background-color: #989C91;
}
.BgClassName
{
background-color: #989C91;
}
</style>
border-color css
<style>
span { border-color: #989C91; }
span { border-color: rgb(152,156,145); }
td.TdClassName
{
border-color: #989C91;
}
.TagClassName
{
border-color: #989C91;
}
</style>