Shades of Delta #8C9584
Tints of Delta #8C9584
RGB
CMYK
RGB Variations
Color information
#8C9584 (or 0x8C9584) is known color: Delta. HEX triplet: 8C, 95 and 84. RGB value is (140,149,132). Sum of RGB (Red+Green+Blue) = 140+149+132=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 149 - color contains mainly: green. Hex color #8C9584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9584 is #736A7B. Grayscale: #909090. Windows color (decimal): -7563900 or 8689036. OLE color: 8689036.
HSL color Cylindrical-coordinate representation of color #8C9584: hue angle of 91.76º 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 #8C9584 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 149 | 132 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.42 |
| HSL | 91.76º | 0.07% | 0.55% | - |
| HSV(B) | 91.76º | 0.11% | 0.58% | - |
| XYZ | 25.73 | 28.74 | 26.02 | - |
| YUV | 144.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 149 | 132 | 0.06 | 0 | 0.11 | 0.42 | 91.76 | 0.07 | 0.55 |
| Hex | 8C | 95 | 84 | 6 | 0 | B | 2A | 5C | 7 | 37 |
| Octal | 214 | 225 | 204 | 6 | 0 | 13 | 52 | 134 | 7 | 67 |
| Binary | 10001100 | 10010101 | 10000100 | 110 | 0 | 1011 | 101010 | 1011100 | 111 | 110111 |
Color Harmonies of #8C9584
Complementary color
Monochromatic Colors of #8C9584
Black with #8C9584
Text Example
Text Example
White with #8C9584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9584; }
p { color: rgb(140,149,132); }
H1.HeaderClassName
{
color: #8C9584;
}
.AnyTagClassName
{
color: #8C9584;
}
</style>
background-color css
<style>
a { background-color: #8C9584; }
a { background-color: rgb(140,149,132); }
div.DivClassName
{
background-color: #8C9584;
}
.BgClassName
{
background-color: #8C9584;
}
</style>
border-color css
<style>
span { border-color: #8C9584; }
span { border-color: rgb(140,149,132); }
td.TdClassName
{
border-color: #8C9584;
}
.TagClassName
{
border-color: #8C9584;
}
</style>