Shades of Delta #8D9684
Tints of Delta #8D9684
RGB
CMYK
RGB Variations
Color information
#8D9684 (or 0x8D9684) is known color: Delta. HEX triplet: 8D, 96 and 84. RGB value is (141,150,132). Sum of RGB (Red+Green+Blue) = 141+150+132=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 150 - color contains mainly: green. Hex color #8D9684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9684 is #72697B. Grayscale: #919191. Windows color (decimal): -7498108 or 8689293. OLE color: 8689293.
HSL color Cylindrical-coordinate representation of color #8D9684: hue angle of 90º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8D9684 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 150 | 132 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.41 |
| HSL | 90º | 0.08% | 0.55% | - |
| HSV(B) | 90º | 0.12% | 0.59% | - |
| XYZ | 26.06 | 29.14 | 26.08 | - |
| YUV | 145.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 150 | 132 | 0.06 | 0 | 0.12 | 0.41 | 90 | 0.08 | 0.55 |
| Hex | 8D | 96 | 84 | 6 | 0 | C | 29 | 5A | 8 | 37 |
| Octal | 215 | 226 | 204 | 6 | 0 | 14 | 51 | 132 | 10 | 67 |
| Binary | 10001101 | 10010110 | 10000100 | 110 | 0 | 1100 | 101001 | 1011010 | 1000 | 110111 |
Color Harmonies of #8D9684
Complementary color
Monochromatic Colors of #8D9684
Black with #8D9684
Text Example
Text Example
White with #8D9684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9684; }
p { color: rgb(141,150,132); }
H1.HeaderClassName
{
color: #8D9684;
}
.AnyTagClassName
{
color: #8D9684;
}
</style>
background-color css
<style>
a { background-color: #8D9684; }
a { background-color: rgb(141,150,132); }
div.DivClassName
{
background-color: #8D9684;
}
.BgClassName
{
background-color: #8D9684;
}
</style>
border-color css
<style>
span { border-color: #8D9684; }
span { border-color: rgb(141,150,132); }
td.TdClassName
{
border-color: #8D9684;
}
.TagClassName
{
border-color: #8D9684;
}
</style>