Shades of Delta #989F8F
Tints of Delta #989F8F
RGB
CMYK
RGB Variations
Color information
#989F8F (or 0x989F8F) is known color: Delta. HEX triplet: 98, 9F and 8F. RGB value is (152,159,143). Sum of RGB (Red+Green+Blue) = 152+159+143=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 159 (62.5% from 255 or 35.02% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 159 - color contains mainly: green. Hex color #989F8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989F8F is #676070. Grayscale: #9B9B9B. Windows color (decimal): -6774897 or 9412504. OLE color: 9412504.
HSL color Cylindrical-coordinate representation of color #989F8F: hue angle of 86.25º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #989F8F is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 159 | 143 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.38 |
| HSL | 86.25º | 0.08% | 0.59% | - |
| HSV(B) | 86.25º | 0.1% | 0.62% | - |
| XYZ | 30.3 | 33.45 | 30.85 | - |
| YUV | 155.08 | 121.18 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 159 | 143 | 0.04 | 0 | 0.10 | 0.38 | 86.25 | 0.08 | 0.59 |
| Hex | 98 | 9F | 8F | 4 | 0 | A | 26 | 56 | 8 | 3B |
| Octal | 230 | 237 | 217 | 4 | 0 | 12 | 46 | 126 | 10 | 73 |
| Binary | 10011000 | 10011111 | 10001111 | 100 | 0 | 1010 | 100110 | 1010110 | 1000 | 111011 |
Color Harmonies of #989F8F
Complementary color
Monochromatic Colors of #989F8F
Black with #989F8F
Text Example
Text Example
White with #989F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989F8F; }
p { color: rgb(152,159,143); }
H1.HeaderClassName
{
color: #989F8F;
}
.AnyTagClassName
{
color: #989F8F;
}
</style>
background-color css
<style>
a { background-color: #989F8F; }
a { background-color: rgb(152,159,143); }
div.DivClassName
{
background-color: #989F8F;
}
.BgClassName
{
background-color: #989F8F;
}
</style>
border-color css
<style>
span { border-color: #989F8F; }
span { border-color: rgb(152,159,143); }
td.TdClassName
{
border-color: #989F8F;
}
.TagClassName
{
border-color: #989F8F;
}
</style>