Shades of Delta #989C8B
Tints of Delta #989C8B
RGB
CMYK
RGB Variations
Color information
#989C8B (or 0x989C8B) is known color: Delta. HEX triplet: 98, 9C and 8B. RGB value is (152,156,139). Sum of RGB (Red+Green+Blue) = 152+156+139=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 156 - color contains mainly: green. Hex color #989C8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989C8B is #676374. Grayscale: #989898. Windows color (decimal): -6775669 or 9149592. OLE color: 9149592.
HSL color Cylindrical-coordinate representation of color #989C8B: hue angle of 74.12º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #989C8B is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 156 | 139 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.39 |
| HSL | 74.12º | 0.08% | 0.58% | - |
| HSV(B) | 74.12º | 0.11% | 0.61% | - |
| XYZ | 29.5 | 32.32 | 29.11 | - |
| YUV | 152.87 | 120.17 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 156 | 139 | 0.03 | 0 | 0.11 | 0.39 | 74.12 | 0.08 | 0.58 |
| Hex | 98 | 9C | 8B | 3 | 0 | B | 27 | 4A | 8 | 3A |
| Octal | 230 | 234 | 213 | 3 | 0 | 13 | 47 | 112 | 10 | 72 |
| Binary | 10011000 | 10011100 | 10001011 | 11 | 0 | 1011 | 100111 | 1001010 | 1000 | 111010 |
Color Harmonies of #989C8B
Complementary color
Monochromatic Colors of #989C8B
Black with #989C8B
Text Example
Text Example
White with #989C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989C8B; }
p { color: rgb(152,156,139); }
H1.HeaderClassName
{
color: #989C8B;
}
.AnyTagClassName
{
color: #989C8B;
}
</style>
background-color css
<style>
a { background-color: #989C8B; }
a { background-color: rgb(152,156,139); }
div.DivClassName
{
background-color: #989C8B;
}
.BgClassName
{
background-color: #989C8B;
}
</style>
border-color css
<style>
span { border-color: #989C8B; }
span { border-color: rgb(152,156,139); }
td.TdClassName
{
border-color: #989C8B;
}
.TagClassName
{
border-color: #989C8B;
}
</style>