Shades of Portage #859AEC
Tints of Portage #859AEC
RGB
CMYK
RGB Variations
Color information
#859AEC (or 0x859AEC) is known color: Portage. HEX triplet: 85, 9A and EC. RGB value is (133,154,236). Sum of RGB (Red+Green+Blue) = 133+154+236=523 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.43% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #859AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859AEC is #7A6513. Grayscale: #9C9C9C. Windows color (decimal): -8021268 or 15506053. OLE color: 15506053.
HSL color Cylindrical-coordinate representation of color #859AEC: hue angle of 227.77º 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 #859AEC is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 154 | 236 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.07 |
| HSL | 227.77º | 0.73% | 0.72% | - |
| HSV(B) | 227.77º | 0.44% | 0.93% | - |
| XYZ | 36.37 | 34.15 | 84.03 | - |
| YUV | 157.07 | 172.54 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 236 | 0.44 | 0.35 | 0 | 0.07 | 227.77 | 0.73 | 0.72 |
| Hex | 85 | 9A | EC | 2C | 23 | 0 | 7 | E4 | 49 | 48 |
| Octal | 205 | 232 | 354 | 54 | 43 | 0 | 7 | 344 | 111 | 110 |
| Binary | 10000101 | 10011010 | 11101100 | 101100 | 100011 | 0 | 111 | 11100100 | 1001001 | 1001000 |
Color Harmonies of #859AEC
Complementary color
Monochromatic Colors of #859AEC
Black with #859AEC
Text Example
Text Example
White with #859AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859AEC; }
p { color: rgb(133,154,236); }
H1.HeaderClassName
{
color: #859AEC;
}
.AnyTagClassName
{
color: #859AEC;
}
</style>
background-color css
<style>
a { background-color: #859AEC; }
a { background-color: rgb(133,154,236); }
div.DivClassName
{
background-color: #859AEC;
}
.BgClassName
{
background-color: #859AEC;
}
</style>
border-color css
<style>
span { border-color: #859AEC; }
span { border-color: rgb(133,154,236); }
td.TdClassName
{
border-color: #859AEC;
}
.TagClassName
{
border-color: #859AEC;
}
</style>