Shades of Portage #94A0EC
Tints of Portage #94A0EC
RGB
CMYK
RGB Variations
Color information
#94A0EC (or 0x94A0EC) is known color: Portage. HEX triplet: 94, A0 and EC. RGB value is (148,160,236). Sum of RGB (Red+Green+Blue) = 148+160+236=544 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.21% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #94A0EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A0EC is #6B5F13. Grayscale: #A4A4A4. Windows color (decimal): -7036692 or 15507604. OLE color: 15507604.
HSL color Cylindrical-coordinate representation of color #94A0EC: hue angle of 231.82º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94A0EC is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 160 | 236 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.07 |
| HSL | 231.82º | 0.7% | 0.75% | - |
| HSV(B) | 231.82º | 0.37% | 0.93% | - |
| XYZ | 39.92 | 37.49 | 84.49 | - |
| YUV | 165.08 | 168.02 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 160 | 236 | 0.37 | 0.32 | 0 | 0.07 | 231.82 | 0.7 | 0.75 |
| Hex | 94 | A0 | EC | 25 | 20 | 0 | 7 | E8 | 46 | 4B |
| Octal | 224 | 240 | 354 | 45 | 40 | 0 | 7 | 350 | 106 | 113 |
| Binary | 10010100 | 10100000 | 11101100 | 100101 | 100000 | 0 | 111 | 11101000 | 1000110 | 1001011 |
Color Harmonies of #94A0EC
Complementary color
Monochromatic Colors of #94A0EC
Black with #94A0EC
Text Example
Text Example
White with #94A0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A0EC; }
p { color: rgb(148,160,236); }
H1.HeaderClassName
{
color: #94A0EC;
}
.AnyTagClassName
{
color: #94A0EC;
}
</style>
background-color css
<style>
a { background-color: #94A0EC; }
a { background-color: rgb(148,160,236); }
div.DivClassName
{
background-color: #94A0EC;
}
.BgClassName
{
background-color: #94A0EC;
}
</style>
border-color css
<style>
span { border-color: #94A0EC; }
span { border-color: rgb(148,160,236); }
td.TdClassName
{
border-color: #94A0EC;
}
.TagClassName
{
border-color: #94A0EC;
}
</style>