Shades of Delta #8D918A
Tints of Delta #8D918A
RGB
CMYK
RGB Variations
Color information
#8D918A (or 0x8D918A) is known color: Delta. HEX triplet: 8D, 91 and 8A. RGB value is (141,145,138). Sum of RGB (Red+Green+Blue) = 141+145+138=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 145 - color contains mainly: green. Hex color #8D918A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D918A is #726E75. Grayscale: #8F8F8F. Windows color (decimal): -7499382 or 9081229. OLE color: 9081229.
HSL color Cylindrical-coordinate representation of color #8D918A: hue angle of 94.29º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8D918A is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 145 | 138 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.43 |
| HSL | 94.29º | 0.03% | 0.55% | - |
| HSV(B) | 94.29º | 0.05% | 0.57% | - |
| XYZ | 25.7 | 27.75 | 28.05 | - |
| YUV | 143.01 | 125.17 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 145 | 138 | 0.03 | 0 | 0.05 | 0.43 | 94.29 | 0.03 | 0.55 |
| Hex | 8D | 91 | 8A | 3 | 0 | 5 | 2B | 5E | 3 | 37 |
| Octal | 215 | 221 | 212 | 3 | 0 | 5 | 53 | 136 | 3 | 67 |
| Binary | 10001101 | 10010001 | 10001010 | 11 | 0 | 101 | 101011 | 1011110 | 11 | 110111 |
Color Harmonies of #8D918A
Complementary color
Monochromatic Colors of #8D918A
Black with #8D918A
Text Example
Text Example
White with #8D918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D918A; }
p { color: rgb(141,145,138); }
H1.HeaderClassName
{
color: #8D918A;
}
.AnyTagClassName
{
color: #8D918A;
}
</style>
background-color css
<style>
a { background-color: #8D918A; }
a { background-color: rgb(141,145,138); }
div.DivClassName
{
background-color: #8D918A;
}
.BgClassName
{
background-color: #8D918A;
}
</style>
border-color css
<style>
span { border-color: #8D918A; }
span { border-color: rgb(141,145,138); }
td.TdClassName
{
border-color: #8D918A;
}
.TagClassName
{
border-color: #8D918A;
}
</style>