Shades of Delta #8D9087
Tints of Delta #8D9087
RGB
CMYK
RGB Variations
Color information
#8D9087 (or 0x8D9087) is known color: Delta. HEX triplet: 8D, 90 and 87. RGB value is (141,144,135). Sum of RGB (Red+Green+Blue) = 141+144+135=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 144 - color contains mainly: green. Hex color #8D9087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9087 is #726F78. Grayscale: #8E8E8E. Windows color (decimal): -7499641 or 8884365. OLE color: 8884365.
HSL color Cylindrical-coordinate representation of color #8D9087: hue angle of 80º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8D9087 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 144 | 135 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.44 |
| HSL | 80º | 0.04% | 0.55% | - |
| HSV(B) | 80º | 0.06% | 0.56% | - |
| XYZ | 25.33 | 27.36 | 26.87 | - |
| YUV | 142.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 144 | 135 | 0.02 | 0 | 0.06 | 0.44 | 80 | 0.04 | 0.55 |
| Hex | 8D | 90 | 87 | 2 | 0 | 6 | 2C | 50 | 4 | 37 |
| Octal | 215 | 220 | 207 | 2 | 0 | 6 | 54 | 120 | 4 | 67 |
| Binary | 10001101 | 10010000 | 10000111 | 10 | 0 | 110 | 101100 | 1010000 | 100 | 110111 |
Color Harmonies of #8D9087
Complementary color
Monochromatic Colors of #8D9087
Black with #8D9087
Text Example
Text Example
White with #8D9087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9087; }
p { color: rgb(141,144,135); }
H1.HeaderClassName
{
color: #8D9087;
}
.AnyTagClassName
{
color: #8D9087;
}
</style>
background-color css
<style>
a { background-color: #8D9087; }
a { background-color: rgb(141,144,135); }
div.DivClassName
{
background-color: #8D9087;
}
.BgClassName
{
background-color: #8D9087;
}
</style>
border-color css
<style>
span { border-color: #8D9087; }
span { border-color: rgb(141,144,135); }
td.TdClassName
{
border-color: #8D9087;
}
.TagClassName
{
border-color: #8D9087;
}
</style>