Shades of Delta #8C9383
Tints of Delta #8C9383
RGB
CMYK
RGB Variations
Color information
#8C9383 (or 0x8C9383) is known color: Delta. HEX triplet: 8C, 93 and 83. RGB value is (140,147,131). Sum of RGB (Red+Green+Blue) = 140+147+131=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 147 - color contains mainly: green. Hex color #8C9383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9383 is #736C7C. Grayscale: #8F8F8F. Windows color (decimal): -7564413 or 8622988. OLE color: 8622988.
HSL color Cylindrical-coordinate representation of color #8C9383: hue angle of 86.25º 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 #8C9383 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 147 | 131 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.42 |
| HSL | 86.25º | 0.07% | 0.55% | - |
| HSV(B) | 86.25º | 0.11% | 0.58% | - |
| XYZ | 25.35 | 28.08 | 25.56 | - |
| YUV | 143.08 | 121.18 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 147 | 131 | 0.05 | 0 | 0.11 | 0.42 | 86.25 | 0.07 | 0.55 |
| Hex | 8C | 93 | 83 | 5 | 0 | B | 2A | 56 | 7 | 37 |
| Octal | 214 | 223 | 203 | 5 | 0 | 13 | 52 | 126 | 7 | 67 |
| Binary | 10001100 | 10010011 | 10000011 | 101 | 0 | 1011 | 101010 | 1010110 | 111 | 110111 |
Color Harmonies of #8C9383
Complementary color
Monochromatic Colors of #8C9383
Black with #8C9383
Text Example
Text Example
White with #8C9383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9383; }
p { color: rgb(140,147,131); }
H1.HeaderClassName
{
color: #8C9383;
}
.AnyTagClassName
{
color: #8C9383;
}
</style>
background-color css
<style>
a { background-color: #8C9383; }
a { background-color: rgb(140,147,131); }
div.DivClassName
{
background-color: #8C9383;
}
.BgClassName
{
background-color: #8C9383;
}
</style>
border-color css
<style>
span { border-color: #8C9383; }
span { border-color: rgb(140,147,131); }
td.TdClassName
{
border-color: #8C9383;
}
.TagClassName
{
border-color: #8C9383;
}
</style>