Shades of Delta #989B90
Tints of Delta #989B90
RGB
CMYK
RGB Variations
Color information
#989B90 (or 0x989B90) is known color: Delta. HEX triplet: 98, 9B and 90. RGB value is (152,155,144). Sum of RGB (Red+Green+Blue) = 152+155+144=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 155 (60.94% from 255 or 34.37% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 155 - color contains mainly: green. Hex color #989B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989B90 is #67646F. Grayscale: #989898. Windows color (decimal): -6775920 or 9477016. OLE color: 9477016.
HSL color Cylindrical-coordinate representation of color #989B90: hue angle of 76.36º 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 #989B90 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 155 | 144 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.39 |
| HSL | 76.36º | 0.05% | 0.59% | - |
| HSV(B) | 76.36º | 0.07% | 0.61% | - |
| XYZ | 29.7 | 32.13 | 31.02 | - |
| YUV | 152.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 155 | 144 | 0.02 | 0 | 0.07 | 0.39 | 76.36 | 0.05 | 0.59 |
| Hex | 98 | 9B | 90 | 2 | 0 | 7 | 27 | 4C | 5 | 3B |
| Octal | 230 | 233 | 220 | 2 | 0 | 7 | 47 | 114 | 5 | 73 |
| Binary | 10011000 | 10011011 | 10010000 | 10 | 0 | 111 | 100111 | 1001100 | 101 | 111011 |
Color Harmonies of #989B90
Complementary color
Monochromatic Colors of #989B90
Black with #989B90
Text Example
Text Example
White with #989B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989B90; }
p { color: rgb(152,155,144); }
H1.HeaderClassName
{
color: #989B90;
}
.AnyTagClassName
{
color: #989B90;
}
</style>
background-color css
<style>
a { background-color: #989B90; }
a { background-color: rgb(152,155,144); }
div.DivClassName
{
background-color: #989B90;
}
.BgClassName
{
background-color: #989B90;
}
</style>
border-color css
<style>
span { border-color: #989B90; }
span { border-color: rgb(152,155,144); }
td.TdClassName
{
border-color: #989B90;
}
.TagClassName
{
border-color: #989B90;
}
</style>