Shades of Delta #93958F
Tints of Delta #93958F
RGB
CMYK
RGB Variations
Color information
#93958F (or 0x93958F) is known color: Delta. HEX triplet: 93, 95 and 8F. RGB value is (147,149,143). Sum of RGB (Red+Green+Blue) = 147+149+143=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 149 - color contains mainly: green. Hex color #93958F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93958F is #6C6A70. Grayscale: #939393. Windows color (decimal): -7105137 or 9409939. OLE color: 9409939.
HSL color Cylindrical-coordinate representation of color #93958F: hue angle of 80º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #93958F is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 149 | 143 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.42 |
| HSL | 80º | 0.03% | 0.57% | - |
| HSV(B) | 80º | 0.04% | 0.58% | - |
| XYZ | 27.74 | 29.68 | 30.25 | - |
| YUV | 147.72 | 125.34 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 149 | 143 | 0.01 | 0 | 0.04 | 0.42 | 80 | 0.03 | 0.57 |
| Hex | 93 | 95 | 8F | 1 | 0 | 4 | 2A | 50 | 3 | 39 |
| Octal | 223 | 225 | 217 | 1 | 0 | 4 | 52 | 120 | 3 | 71 |
| Binary | 10010011 | 10010101 | 10001111 | 1 | 0 | 100 | 101010 | 1010000 | 11 | 111001 |
Color Harmonies of #93958F
Complementary color
Monochromatic Colors of #93958F
Black with #93958F
Text Example
Text Example
White with #93958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93958F; }
p { color: rgb(147,149,143); }
H1.HeaderClassName
{
color: #93958F;
}
.AnyTagClassName
{
color: #93958F;
}
</style>
background-color css
<style>
a { background-color: #93958F; }
a { background-color: rgb(147,149,143); }
div.DivClassName
{
background-color: #93958F;
}
.BgClassName
{
background-color: #93958F;
}
</style>
border-color css
<style>
span { border-color: #93958F; }
span { border-color: rgb(147,149,143); }
td.TdClassName
{
border-color: #93958F;
}
.TagClassName
{
border-color: #93958F;
}
</style>