Shades of Delta #8C9486
Tints of Delta #8C9486
RGB
CMYK
RGB Variations
Color information
#8C9486 (or 0x8C9486) is known color: Delta. HEX triplet: 8C, 94 and 86. RGB value is (140,148,134). Sum of RGB (Red+Green+Blue) = 140+148+134=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 148 - color contains mainly: green. Hex color #8C9486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9486 is #736B79. Grayscale: #909090. Windows color (decimal): -7564154 or 8819852. OLE color: 8819852.
HSL color Cylindrical-coordinate representation of color #8C9486: hue angle of 94.29º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8C9486 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 148 | 134 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.42 |
| HSL | 94.29º | 0.06% | 0.55% | - |
| HSV(B) | 94.29º | 0.09% | 0.58% | - |
| XYZ | 25.71 | 28.48 | 26.7 | - |
| YUV | 144.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 148 | 134 | 0.05 | 0 | 0.09 | 0.42 | 94.29 | 0.06 | 0.55 |
| Hex | 8C | 94 | 86 | 5 | 0 | 9 | 2A | 5E | 6 | 37 |
| Octal | 214 | 224 | 206 | 5 | 0 | 11 | 52 | 136 | 6 | 67 |
| Binary | 10001100 | 10010100 | 10000110 | 101 | 0 | 1001 | 101010 | 1011110 | 110 | 110111 |
Color Harmonies of #8C9486
Complementary color
Monochromatic Colors of #8C9486
Black with #8C9486
Text Example
Text Example
White with #8C9486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9486; }
p { color: rgb(140,148,134); }
H1.HeaderClassName
{
color: #8C9486;
}
.AnyTagClassName
{
color: #8C9486;
}
</style>
background-color css
<style>
a { background-color: #8C9486; }
a { background-color: rgb(140,148,134); }
div.DivClassName
{
background-color: #8C9486;
}
.BgClassName
{
background-color: #8C9486;
}
</style>
border-color css
<style>
span { border-color: #8C9486; }
span { border-color: rgb(140,148,134); }
td.TdClassName
{
border-color: #8C9486;
}
.TagClassName
{
border-color: #8C9486;
}
</style>