Shades of Delta #8C9188
Tints of Delta #8C9188
RGB
CMYK
RGB Variations
Color information
#8C9188 (or 0x8C9188) is known color: Delta. HEX triplet: 8C, 91 and 88. RGB value is (140,145,136). Sum of RGB (Red+Green+Blue) = 140+145+136=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 145 - color contains mainly: green. Hex color #8C9188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9188 is #736E77. Grayscale: #8E8E8E. Windows color (decimal): -7564920 or 8950156. OLE color: 8950156.
HSL color Cylindrical-coordinate representation of color #8C9188: hue angle of 93.33º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8C9188 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 145 | 136 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.43 |
| HSL | 93.33º | 0.04% | 0.55% | - |
| HSV(B) | 93.33º | 0.06% | 0.57% | - |
| XYZ | 25.38 | 27.6 | 27.28 | - |
| YUV | 142.48 | 124.34 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 145 | 136 | 0.03 | 0 | 0.06 | 0.43 | 93.33 | 0.04 | 0.55 |
| Hex | 8C | 91 | 88 | 3 | 0 | 6 | 2B | 5D | 4 | 37 |
| Octal | 214 | 221 | 210 | 3 | 0 | 6 | 53 | 135 | 4 | 67 |
| Binary | 10001100 | 10010001 | 10001000 | 11 | 0 | 110 | 101011 | 1011101 | 100 | 110111 |
Color Harmonies of #8C9188
Complementary color
Monochromatic Colors of #8C9188
Black with #8C9188
Text Example
Text Example
White with #8C9188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9188; }
p { color: rgb(140,145,136); }
H1.HeaderClassName
{
color: #8C9188;
}
.AnyTagClassName
{
color: #8C9188;
}
</style>
background-color css
<style>
a { background-color: #8C9188; }
a { background-color: rgb(140,145,136); }
div.DivClassName
{
background-color: #8C9188;
}
.BgClassName
{
background-color: #8C9188;
}
</style>
border-color css
<style>
span { border-color: #8C9188; }
span { border-color: rgb(140,145,136); }
td.TdClassName
{
border-color: #8C9188;
}
.TagClassName
{
border-color: #8C9188;
}
</style>