Shades of Delta #8E918B
Tints of Delta #8E918B
RGB
CMYK
RGB Variations
Color information
#8E918B (or 0x8E918B) is known color: Delta. HEX triplet: 8E, 91 and 8B. RGB value is (142,145,139). Sum of RGB (Red+Green+Blue) = 142+145+139=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 145 - color contains mainly: green. Hex color #8E918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E918B is #716E74. Grayscale: #8F8F8F. Windows color (decimal): -7433845 or 9146766. OLE color: 9146766.
HSL color Cylindrical-coordinate representation of color #8E918B: hue angle of 90º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8E918B is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 145 | 139 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.43 |
| HSL | 90º | 0.03% | 0.56% | - |
| HSV(B) | 90º | 0.04% | 0.57% | - |
| XYZ | 25.94 | 27.87 | 28.44 | - |
| YUV | 143.42 | 125.51 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 145 | 139 | 0.02 | 0 | 0.04 | 0.43 | 90 | 0.03 | 0.56 |
| Hex | 8E | 91 | 8B | 2 | 0 | 4 | 2B | 5A | 3 | 38 |
| Octal | 216 | 221 | 213 | 2 | 0 | 4 | 53 | 132 | 3 | 70 |
| Binary | 10001110 | 10010001 | 10001011 | 10 | 0 | 100 | 101011 | 1011010 | 11 | 111000 |
Color Harmonies of #8E918B
Complementary color
Monochromatic Colors of #8E918B
Black with #8E918B
Text Example
Text Example
White with #8E918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E918B; }
p { color: rgb(142,145,139); }
H1.HeaderClassName
{
color: #8E918B;
}
.AnyTagClassName
{
color: #8E918B;
}
</style>
background-color css
<style>
a { background-color: #8E918B; }
a { background-color: rgb(142,145,139); }
div.DivClassName
{
background-color: #8E918B;
}
.BgClassName
{
background-color: #8E918B;
}
</style>
border-color css
<style>
span { border-color: #8E918B; }
span { border-color: rgb(142,145,139); }
td.TdClassName
{
border-color: #8E918B;
}
.TagClassName
{
border-color: #8E918B;
}
</style>