Shades of Delta #8C9284
Tints of Delta #8C9284
RGB
CMYK
RGB Variations
Color information
#8C9284 (or 0x8C9284) is known color: Delta. HEX triplet: 8C, 92 and 84. RGB value is (140,146,132). Sum of RGB (Red+Green+Blue) = 140+146+132=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9284 is #736D7B. Grayscale: #8E8E8E. Windows color (decimal): -7564668 or 8688268. OLE color: 8688268.
HSL color Cylindrical-coordinate representation of color #8C9284: hue angle of 85.71º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8C9284 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 146 | 132 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.43 |
| HSL | 85.71º | 0.06% | 0.55% | - |
| HSV(B) | 85.71º | 0.1% | 0.57% | - |
| XYZ | 25.26 | 27.8 | 25.86 | - |
| YUV | 142.61 | 122.01 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 132 | 0.04 | 0 | 0.10 | 0.43 | 85.71 | 0.06 | 0.55 |
| Hex | 8C | 92 | 84 | 4 | 0 | A | 2B | 56 | 6 | 37 |
| Octal | 214 | 222 | 204 | 4 | 0 | 12 | 53 | 126 | 6 | 67 |
| Binary | 10001100 | 10010010 | 10000100 | 100 | 0 | 1010 | 101011 | 1010110 | 110 | 110111 |
Color Harmonies of #8C9284
Complementary color
Monochromatic Colors of #8C9284
Black with #8C9284
Text Example
Text Example
White with #8C9284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9284; }
p { color: rgb(140,146,132); }
H1.HeaderClassName
{
color: #8C9284;
}
.AnyTagClassName
{
color: #8C9284;
}
</style>
background-color css
<style>
a { background-color: #8C9284; }
a { background-color: rgb(140,146,132); }
div.DivClassName
{
background-color: #8C9284;
}
.BgClassName
{
background-color: #8C9284;
}
</style>
border-color css
<style>
span { border-color: #8C9284; }
span { border-color: rgb(140,146,132); }
td.TdClassName
{
border-color: #8C9284;
}
.TagClassName
{
border-color: #8C9284;
}
</style>