Shades of Delta #8C9880
Tints of Delta #8C9880
RGB
CMYK
RGB Variations
Color information
#8C9880 (or 0x8C9880) is known color: Delta. HEX triplet: 8C, 98 and 80. RGB value is (140,152,128). Sum of RGB (Red+Green+Blue) = 140+152+128=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 152 - color contains mainly: green. Hex color #8C9880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9880 is #73677F. Grayscale: #919191. Windows color (decimal): -7563136 or 8427660. OLE color: 8427660.
HSL color Cylindrical-coordinate representation of color #8C9880: hue angle of 90º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8C9880 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 152 | 128 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.40 |
| HSL | 90º | 0.1% | 0.55% | - |
| HSV(B) | 90º | 0.16% | 0.6% | - |
| XYZ | 25.94 | 29.59 | 24.77 | - |
| YUV | 145.68 | 118.02 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 152 | 128 | 0.08 | 0 | 0.16 | 0.40 | 90 | 0.1 | 0.55 |
| Hex | 8C | 98 | 80 | 8 | 0 | 10 | 28 | 5A | A | 37 |
| Octal | 214 | 230 | 200 | 10 | 0 | 20 | 50 | 132 | 12 | 67 |
| Binary | 10001100 | 10011000 | 10000000 | 1000 | 0 | 10000 | 101000 | 1011010 | 1010 | 110111 |
Color Harmonies of #8C9880
Complementary color
Monochromatic Colors of #8C9880
Black with #8C9880
Text Example
Text Example
White with #8C9880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9880; }
p { color: rgb(140,152,128); }
H1.HeaderClassName
{
color: #8C9880;
}
.AnyTagClassName
{
color: #8C9880;
}
</style>
background-color css
<style>
a { background-color: #8C9880; }
a { background-color: rgb(140,152,128); }
div.DivClassName
{
background-color: #8C9880;
}
.BgClassName
{
background-color: #8C9880;
}
</style>
border-color css
<style>
span { border-color: #8C9880; }
span { border-color: rgb(140,152,128); }
td.TdClassName
{
border-color: #8C9880;
}
.TagClassName
{
border-color: #8C9880;
}
</style>