Shades of Delta #8D9587
Tints of Delta #8D9587
RGB
CMYK
RGB Variations
Color information
#8D9587 (or 0x8D9587) is known color: Delta. HEX triplet: 8D, 95 and 87. RGB value is (141,149,135). Sum of RGB (Red+Green+Blue) = 141+149+135=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 149 - color contains mainly: green. Hex color #8D9587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9587 is #726A78. Grayscale: #919191. Windows color (decimal): -7498361 or 8885645. OLE color: 8885645.
HSL color Cylindrical-coordinate representation of color #8D9587: hue angle of 94.29º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8D9587 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 149 | 135 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.42 |
| HSL | 94.29º | 0.06% | 0.56% | - |
| HSV(B) | 94.29º | 0.09% | 0.58% | - |
| XYZ | 26.11 | 28.91 | 27.13 | - |
| YUV | 145.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 149 | 135 | 0.05 | 0 | 0.09 | 0.42 | 94.29 | 0.06 | 0.56 |
| Hex | 8D | 95 | 87 | 5 | 0 | 9 | 2A | 5E | 6 | 38 |
| Octal | 215 | 225 | 207 | 5 | 0 | 11 | 52 | 136 | 6 | 70 |
| Binary | 10001101 | 10010101 | 10000111 | 101 | 0 | 1001 | 101010 | 1011110 | 110 | 111000 |
Color Harmonies of #8D9587
Complementary color
Monochromatic Colors of #8D9587
Black with #8D9587
Text Example
Text Example
White with #8D9587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9587; }
p { color: rgb(141,149,135); }
H1.HeaderClassName
{
color: #8D9587;
}
.AnyTagClassName
{
color: #8D9587;
}
</style>
background-color css
<style>
a { background-color: #8D9587; }
a { background-color: rgb(141,149,135); }
div.DivClassName
{
background-color: #8D9587;
}
.BgClassName
{
background-color: #8D9587;
}
</style>
border-color css
<style>
span { border-color: #8D9587; }
span { border-color: rgb(141,149,135); }
td.TdClassName
{
border-color: #8D9587;
}
.TagClassName
{
border-color: #8D9587;
}
</style>