Shades of Delta #93A187
Tints of Delta #93A187
RGB
CMYK
RGB Variations
Color information
#93A187 (or 0x93A187) is known color: Delta. HEX triplet: 93, A1 and 87. RGB value is (147,161,135). Sum of RGB (Red+Green+Blue) = 147+161+135=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 161 - color contains mainly: green. Hex color #93A187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A187 is #6C5E78. Grayscale: #999999. Windows color (decimal): -7102073 or 8888723. OLE color: 8888723.
HSL color Cylindrical-coordinate representation of color #93A187: hue angle of 92.31º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #93A187 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 161 | 135 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.37 |
| HSL | 92.31º | 0.12% | 0.58% | - |
| HSV(B) | 92.31º | 0.16% | 0.63% | - |
| XYZ | 29.15 | 33.44 | 27.84 | - |
| YUV | 153.85 | 117.36 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 161 | 135 | 0.09 | 0 | 0.16 | 0.37 | 92.31 | 0.12 | 0.58 |
| Hex | 93 | A1 | 87 | 9 | 0 | 10 | 25 | 5C | C | 3A |
| Octal | 223 | 241 | 207 | 11 | 0 | 20 | 45 | 134 | 14 | 72 |
| Binary | 10010011 | 10100001 | 10000111 | 1001 | 0 | 10000 | 100101 | 1011100 | 1100 | 111010 |
Color Harmonies of #93A187
Complementary color
Monochromatic Colors of #93A187
Black with #93A187
Text Example
Text Example
White with #93A187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A187; }
p { color: rgb(147,161,135); }
H1.HeaderClassName
{
color: #93A187;
}
.AnyTagClassName
{
color: #93A187;
}
</style>
background-color css
<style>
a { background-color: #93A187; }
a { background-color: rgb(147,161,135); }
div.DivClassName
{
background-color: #93A187;
}
.BgClassName
{
background-color: #93A187;
}
</style>
border-color css
<style>
span { border-color: #93A187; }
span { border-color: rgb(147,161,135); }
td.TdClassName
{
border-color: #93A187;
}
.TagClassName
{
border-color: #93A187;
}
</style>