Shades of Delta #93988B
Tints of Delta #93988B
RGB
CMYK
RGB Variations
Color information
#93988B (or 0x93988B) is known color: Delta. HEX triplet: 93, 98 and 8B. RGB value is (147,152,139). Sum of RGB (Red+Green+Blue) = 147+152+139=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 152 - color contains mainly: green. Hex color #93988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93988B is #6C6774. Grayscale: #959595. Windows color (decimal): -7104373 or 9148563. OLE color: 9148563.
HSL color Cylindrical-coordinate representation of color #93988B: hue angle of 83.08º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #93988B is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 152 | 139 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.40 |
| HSL | 83.08º | 0.06% | 0.57% | - |
| HSV(B) | 83.08º | 0.09% | 0.6% | - |
| XYZ | 27.92 | 30.52 | 28.85 | - |
| YUV | 149.02 | 122.34 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 152 | 139 | 0.03 | 0 | 0.09 | 0.40 | 83.08 | 0.06 | 0.57 |
| Hex | 93 | 98 | 8B | 3 | 0 | 9 | 28 | 53 | 6 | 39 |
| Octal | 223 | 230 | 213 | 3 | 0 | 11 | 50 | 123 | 6 | 71 |
| Binary | 10010011 | 10011000 | 10001011 | 11 | 0 | 1001 | 101000 | 1010011 | 110 | 111001 |
Color Harmonies of #93988B
Complementary color
Monochromatic Colors of #93988B
Black with #93988B
Text Example
Text Example
White with #93988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93988B; }
p { color: rgb(147,152,139); }
H1.HeaderClassName
{
color: #93988B;
}
.AnyTagClassName
{
color: #93988B;
}
</style>
background-color css
<style>
a { background-color: #93988B; }
a { background-color: rgb(147,152,139); }
div.DivClassName
{
background-color: #93988B;
}
.BgClassName
{
background-color: #93988B;
}
</style>
border-color css
<style>
span { border-color: #93988B; }
span { border-color: rgb(147,152,139); }
td.TdClassName
{
border-color: #93988B;
}
.TagClassName
{
border-color: #93988B;
}
</style>