Shades of Delta #939D83
Tints of Delta #939D83
RGB
CMYK
RGB Variations
Color information
#939D83 (or 0x939D83) is known color: Delta. HEX triplet: 93, 9D and 83. RGB value is (147,157,131). Sum of RGB (Red+Green+Blue) = 147+157+131=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 157 - color contains mainly: green. Hex color #939D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939D83 is #6C627C. Grayscale: #979797. Windows color (decimal): -7103101 or 8625555. OLE color: 8625555.
HSL color Cylindrical-coordinate representation of color #939D83: hue angle of 83.08º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #939D83 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 157 | 131 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.38 |
| HSL | 83.08º | 0.12% | 0.56% | - |
| HSV(B) | 83.08º | 0.17% | 0.62% | - |
| XYZ | 28.19 | 31.96 | 26.16 | - |
| YUV | 151.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 157 | 131 | 0.06 | 0 | 0.17 | 0.38 | 83.08 | 0.12 | 0.56 |
| Hex | 93 | 9D | 83 | 6 | 0 | 11 | 26 | 53 | C | 38 |
| Octal | 223 | 235 | 203 | 6 | 0 | 21 | 46 | 123 | 14 | 70 |
| Binary | 10010011 | 10011101 | 10000011 | 110 | 0 | 10001 | 100110 | 1010011 | 1100 | 111000 |
Color Harmonies of #939D83
Complementary color
Monochromatic Colors of #939D83
Black with #939D83
Text Example
Text Example
White with #939D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939D83; }
p { color: rgb(147,157,131); }
H1.HeaderClassName
{
color: #939D83;
}
.AnyTagClassName
{
color: #939D83;
}
</style>
background-color css
<style>
a { background-color: #939D83; }
a { background-color: rgb(147,157,131); }
div.DivClassName
{
background-color: #939D83;
}
.BgClassName
{
background-color: #939D83;
}
</style>
border-color css
<style>
span { border-color: #939D83; }
span { border-color: rgb(147,157,131); }
td.TdClassName
{
border-color: #939D83;
}
.TagClassName
{
border-color: #939D83;
}
</style>