Shades of Delta #8D9584
Tints of Delta #8D9584
RGB
CMYK
RGB Variations
Color information
#8D9584 (or 0x8D9584) is known color: Delta. HEX triplet: 8D, 95 and 84. RGB value is (141,149,132). Sum of RGB (Red+Green+Blue) = 141+149+132=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 149 - color contains mainly: green. Hex color #8D9584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9584 is #726A7B. Grayscale: #909090. Windows color (decimal): -7498364 or 8689037. OLE color: 8689037.
HSL color Cylindrical-coordinate representation of color #8D9584: hue angle of 88.24º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8D9584 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 149 | 132 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.42 |
| HSL | 88.24º | 0.07% | 0.55% | - |
| HSV(B) | 88.24º | 0.11% | 0.58% | - |
| XYZ | 25.9 | 28.82 | 26.03 | - |
| YUV | 144.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 149 | 132 | 0.05 | 0 | 0.11 | 0.42 | 88.24 | 0.07 | 0.55 |
| Hex | 8D | 95 | 84 | 5 | 0 | B | 2A | 58 | 7 | 37 |
| Octal | 215 | 225 | 204 | 5 | 0 | 13 | 52 | 130 | 7 | 67 |
| Binary | 10001101 | 10010101 | 10000100 | 101 | 0 | 1011 | 101010 | 1011000 | 111 | 110111 |
Color Harmonies of #8D9584
Complementary color
Monochromatic Colors of #8D9584
Black with #8D9584
Text Example
Text Example
White with #8D9584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9584; }
p { color: rgb(141,149,132); }
H1.HeaderClassName
{
color: #8D9584;
}
.AnyTagClassName
{
color: #8D9584;
}
</style>
background-color css
<style>
a { background-color: #8D9584; }
a { background-color: rgb(141,149,132); }
div.DivClassName
{
background-color: #8D9584;
}
.BgClassName
{
background-color: #8D9584;
}
</style>
border-color css
<style>
span { border-color: #8D9584; }
span { border-color: rgb(141,149,132); }
td.TdClassName
{
border-color: #8D9584;
}
.TagClassName
{
border-color: #8D9584;
}
</style>