Shades of Portage #93A0EC
Tints of Portage #93A0EC
RGB
CMYK
RGB Variations
Color information
#93A0EC (or 0x93A0EC) is known color: Portage. HEX triplet: 93, A0 and EC. RGB value is (147,160,236). Sum of RGB (Red+Green+Blue) = 147+160+236=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #93A0EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A0EC is #6C5F13. Grayscale: #A4A4A4. Windows color (decimal): -7102228 or 15507603. OLE color: 15507603.
HSL color Cylindrical-coordinate representation of color #93A0EC: hue angle of 231.24º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93A0EC is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 160 | 236 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.07 |
| HSL | 231.24º | 0.7% | 0.75% | - |
| HSV(B) | 231.24º | 0.38% | 0.93% | - |
| XYZ | 39.74 | 37.4 | 84.48 | - |
| YUV | 164.78 | 168.19 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 160 | 236 | 0.38 | 0.32 | 0 | 0.07 | 231.24 | 0.7 | 0.75 |
| Hex | 93 | A0 | EC | 26 | 20 | 0 | 7 | E7 | 46 | 4B |
| Octal | 223 | 240 | 354 | 46 | 40 | 0 | 7 | 347 | 106 | 113 |
| Binary | 10010011 | 10100000 | 11101100 | 100110 | 100000 | 0 | 111 | 11100111 | 1000110 | 1001011 |
Color Harmonies of #93A0EC
Complementary color
Monochromatic Colors of #93A0EC
Black with #93A0EC
Text Example
Text Example
White with #93A0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A0EC; }
p { color: rgb(147,160,236); }
H1.HeaderClassName
{
color: #93A0EC;
}
.AnyTagClassName
{
color: #93A0EC;
}
</style>
background-color css
<style>
a { background-color: #93A0EC; }
a { background-color: rgb(147,160,236); }
div.DivClassName
{
background-color: #93A0EC;
}
.BgClassName
{
background-color: #93A0EC;
}
</style>
border-color css
<style>
span { border-color: #93A0EC; }
span { border-color: rgb(147,160,236); }
td.TdClassName
{
border-color: #93A0EC;
}
.TagClassName
{
border-color: #93A0EC;
}
</style>