Shades of Delta #8D9383
Tints of Delta #8D9383
RGB
CMYK
RGB Variations
Color information
#8D9383 (or 0x8D9383) is known color: Delta. HEX triplet: 8D, 93 and 83. RGB value is (141,147,131). Sum of RGB (Red+Green+Blue) = 141+147+131=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 147 - color contains mainly: green. Hex color #8D9383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9383 is #726C7C. Grayscale: #8F8F8F. Windows color (decimal): -7498877 or 8622989. OLE color: 8622989.
HSL color Cylindrical-coordinate representation of color #8D9383: hue angle of 82.5º 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 #8D9383 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 147 | 131 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.42 |
| HSL | 82.5º | 0.07% | 0.55% | - |
| HSV(B) | 82.5º | 0.11% | 0.58% | - |
| XYZ | 25.51 | 28.17 | 25.57 | - |
| YUV | 143.38 | 121.01 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 147 | 131 | 0.04 | 0 | 0.11 | 0.42 | 82.5 | 0.07 | 0.55 |
| Hex | 8D | 93 | 83 | 4 | 0 | B | 2A | 52 | 7 | 37 |
| Octal | 215 | 223 | 203 | 4 | 0 | 13 | 52 | 122 | 7 | 67 |
| Binary | 10001101 | 10010011 | 10000011 | 100 | 0 | 1011 | 101010 | 1010010 | 111 | 110111 |
Color Harmonies of #8D9383
Complementary color
Monochromatic Colors of #8D9383
Black with #8D9383
Text Example
Text Example
White with #8D9383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9383; }
p { color: rgb(141,147,131); }
H1.HeaderClassName
{
color: #8D9383;
}
.AnyTagClassName
{
color: #8D9383;
}
</style>
background-color css
<style>
a { background-color: #8D9383; }
a { background-color: rgb(141,147,131); }
div.DivClassName
{
background-color: #8D9383;
}
.BgClassName
{
background-color: #8D9383;
}
</style>
border-color css
<style>
span { border-color: #8D9383; }
span { border-color: rgb(141,147,131); }
td.TdClassName
{
border-color: #8D9383;
}
.TagClassName
{
border-color: #8D9383;
}
</style>