Shades of Delta #8D9482
Tints of Delta #8D9482
RGB
CMYK
RGB Variations
Color information
#8D9482 (or 0x8D9482) is known color: Delta. HEX triplet: 8D, 94 and 82. RGB value is (141,148,130). Sum of RGB (Red+Green+Blue) = 141+148+130=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 148 - color contains mainly: green. Hex color #8D9482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9482 is #726B7D. Grayscale: #8F8F8F. Windows color (decimal): -7498622 or 8557709. OLE color: 8557709.
HSL color Cylindrical-coordinate representation of color #8D9482: hue angle of 83.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8D9482 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 148 | 130 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.42 |
| HSL | 83.33º | 0.08% | 0.55% | - |
| HSV(B) | 83.33º | 0.12% | 0.58% | - |
| XYZ | 25.6 | 28.45 | 25.26 | - |
| YUV | 143.86 | 120.18 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 148 | 130 | 0.05 | 0 | 0.12 | 0.42 | 83.33 | 0.08 | 0.55 |
| Hex | 8D | 94 | 82 | 5 | 0 | C | 2A | 53 | 8 | 37 |
| Octal | 215 | 224 | 202 | 5 | 0 | 14 | 52 | 123 | 10 | 67 |
| Binary | 10001101 | 10010100 | 10000010 | 101 | 0 | 1100 | 101010 | 1010011 | 1000 | 110111 |
Color Harmonies of #8D9482
Complementary color
Monochromatic Colors of #8D9482
Black with #8D9482
Text Example
Text Example
White with #8D9482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9482; }
p { color: rgb(141,148,130); }
H1.HeaderClassName
{
color: #8D9482;
}
.AnyTagClassName
{
color: #8D9482;
}
</style>
background-color css
<style>
a { background-color: #8D9482; }
a { background-color: rgb(141,148,130); }
div.DivClassName
{
background-color: #8D9482;
}
.BgClassName
{
background-color: #8D9482;
}
</style>
border-color css
<style>
span { border-color: #8D9482; }
span { border-color: rgb(141,148,130); }
td.TdClassName
{
border-color: #8D9482;
}
.TagClassName
{
border-color: #8D9482;
}
</style>