Shades of Portage #85A0EC
Tints of Portage #85A0EC
RGB
CMYK
RGB Variations
Color information
#85A0EC (or 0x85A0EC) is known color: Portage. HEX triplet: 85, A0 and EC. RGB value is (133,160,236). Sum of RGB (Red+Green+Blue) = 133+160+236=529 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.14% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #85A0EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85A0EC is #7A5F13. Grayscale: #A0A0A0. Windows color (decimal): -8019732 or 15507589. OLE color: 15507589.
HSL color Cylindrical-coordinate representation of color #85A0EC: hue angle of 224.27º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85A0EC is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 160 | 236 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.07 |
| HSL | 224.27º | 0.73% | 0.72% | - |
| HSV(B) | 224.27º | 0.44% | 0.93% | - |
| XYZ | 37.38 | 36.18 | 84.37 | - |
| YUV | 160.59 | 170.55 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 160 | 236 | 0.44 | 0.32 | 0 | 0.07 | 224.27 | 0.73 | 0.72 |
| Hex | 85 | A0 | EC | 2C | 20 | 0 | 7 | E0 | 49 | 48 |
| Octal | 205 | 240 | 354 | 54 | 40 | 0 | 7 | 340 | 111 | 110 |
| Binary | 10000101 | 10100000 | 11101100 | 101100 | 100000 | 0 | 111 | 11100000 | 1001001 | 1001000 |
Color Harmonies of #85A0EC
Complementary color
Monochromatic Colors of #85A0EC
Black with #85A0EC
Text Example
Text Example
White with #85A0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A0EC; }
p { color: rgb(133,160,236); }
H1.HeaderClassName
{
color: #85A0EC;
}
.AnyTagClassName
{
color: #85A0EC;
}
</style>
background-color css
<style>
a { background-color: #85A0EC; }
a { background-color: rgb(133,160,236); }
div.DivClassName
{
background-color: #85A0EC;
}
.BgClassName
{
background-color: #85A0EC;
}
</style>
border-color css
<style>
span { border-color: #85A0EC; }
span { border-color: rgb(133,160,236); }
td.TdClassName
{
border-color: #85A0EC;
}
.TagClassName
{
border-color: #85A0EC;
}
</style>