Shades of Delta #8E908C
Tints of Delta #8E908C
RGB
CMYK
RGB Variations
Color information
#8E908C (or 0x8E908C) is known color: Delta. HEX triplet: 8E, 90 and 8C. RGB value is (142,144,140). Sum of RGB (Red+Green+Blue) = 142+144+140=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 144 - color contains mainly: green. Hex color #8E908C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E908C is #716F73. Grayscale: #8E8E8E. Windows color (decimal): -7434100 or 9212046. OLE color: 9212046.
HSL color Cylindrical-coordinate representation of color #8E908C: hue angle of 90º degrees, saturation: 0.02, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8E908C is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 144 | 140 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.44 |
| HSL | 90º | 0.02% | 0.56% | - |
| HSV(B) | 90º | 0.03% | 0.56% | - |
| XYZ | 25.86 | 27.59 | 28.77 | - |
| YUV | 142.95 | 126.34 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 144 | 140 | 0.01 | 0 | 0.03 | 0.44 | 90 | 0.02 | 0.56 |
| Hex | 8E | 90 | 8C | 1 | 0 | 3 | 2C | 5A | 2 | 38 |
| Octal | 216 | 220 | 214 | 1 | 0 | 3 | 54 | 132 | 2 | 70 |
| Binary | 10001110 | 10010000 | 10001100 | 1 | 0 | 11 | 101100 | 1011010 | 10 | 111000 |
Color Harmonies of #8E908C
Complementary color
Monochromatic Colors of #8E908C
Black with #8E908C
Text Example
Text Example
White with #8E908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E908C; }
p { color: rgb(142,144,140); }
H1.HeaderClassName
{
color: #8E908C;
}
.AnyTagClassName
{
color: #8E908C;
}
</style>
background-color css
<style>
a { background-color: #8E908C; }
a { background-color: rgb(142,144,140); }
div.DivClassName
{
background-color: #8E908C;
}
.BgClassName
{
background-color: #8E908C;
}
</style>
border-color css
<style>
span { border-color: #8E908C; }
span { border-color: rgb(142,144,140); }
td.TdClassName
{
border-color: #8E908C;
}
.TagClassName
{
border-color: #8E908C;
}
</style>