Shades of Delta #8D9484
Tints of Delta #8D9484
RGB
CMYK
RGB Variations
Color information
#8D9484 (or 0x8D9484) is known color: Delta. HEX triplet: 8D, 94 and 84. RGB value is (141,148,132). Sum of RGB (Red+Green+Blue) = 141+148+132=421 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.49% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 148 - color contains mainly: green. Hex color #8D9484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9484 is #726B7B. Grayscale: #909090. Windows color (decimal): -7498620 or 8688781. OLE color: 8688781.
HSL color Cylindrical-coordinate representation of color #8D9484: hue angle of 86.25º 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 #8D9484 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 148 | 132 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.42 |
| HSL | 86.25º | 0.07% | 0.55% | - |
| HSV(B) | 86.25º | 0.11% | 0.58% | - |
| XYZ | 25.74 | 28.51 | 25.98 | - |
| YUV | 144.08 | 121.18 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 148 | 132 | 0.05 | 0 | 0.11 | 0.42 | 86.25 | 0.07 | 0.55 |
| Hex | 8D | 94 | 84 | 5 | 0 | B | 2A | 56 | 7 | 37 |
| Octal | 215 | 224 | 204 | 5 | 0 | 13 | 52 | 126 | 7 | 67 |
| Binary | 10001101 | 10010100 | 10000100 | 101 | 0 | 1011 | 101010 | 1010110 | 111 | 110111 |
Color Harmonies of #8D9484
Complementary color
Monochromatic Colors of #8D9484
Black with #8D9484
Text Example
Text Example
White with #8D9484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9484; }
p { color: rgb(141,148,132); }
H1.HeaderClassName
{
color: #8D9484;
}
.AnyTagClassName
{
color: #8D9484;
}
</style>
background-color css
<style>
a { background-color: #8D9484; }
a { background-color: rgb(141,148,132); }
div.DivClassName
{
background-color: #8D9484;
}
.BgClassName
{
background-color: #8D9484;
}
</style>
border-color css
<style>
span { border-color: #8D9484; }
span { border-color: rgb(141,148,132); }
td.TdClassName
{
border-color: #8D9484;
}
.TagClassName
{
border-color: #8D9484;
}
</style>