Shades of Portage #859EEC
Tints of Portage #859EEC
RGB
CMYK
RGB Variations
Color information
#859EEC (or 0x859EEC) is known color: Portage. HEX triplet: 85, 9E and EC. RGB value is (133,158,236). Sum of RGB (Red+Green+Blue) = 133+158+236=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #859EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859EEC is #7A6113. Grayscale: #9F9F9F. Windows color (decimal): -8020244 or 15507077. OLE color: 15507077.
HSL color Cylindrical-coordinate representation of color #859EEC: hue angle of 225.44º 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 #859EEC is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 158 | 236 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.07 |
| HSL | 225.44º | 0.73% | 0.72% | - |
| HSV(B) | 225.44º | 0.44% | 0.93% | - |
| XYZ | 37.04 | 35.5 | 84.26 | - |
| YUV | 159.42 | 171.22 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 236 | 0.44 | 0.33 | 0 | 0.07 | 225.44 | 0.73 | 0.72 |
| Hex | 85 | 9E | EC | 2C | 21 | 0 | 7 | E1 | 49 | 48 |
| Octal | 205 | 236 | 354 | 54 | 41 | 0 | 7 | 341 | 111 | 110 |
| Binary | 10000101 | 10011110 | 11101100 | 101100 | 100001 | 0 | 111 | 11100001 | 1001001 | 1001000 |
Color Harmonies of #859EEC
Complementary color
Monochromatic Colors of #859EEC
Black with #859EEC
Text Example
Text Example
White with #859EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859EEC; }
p { color: rgb(133,158,236); }
H1.HeaderClassName
{
color: #859EEC;
}
.AnyTagClassName
{
color: #859EEC;
}
</style>
background-color css
<style>
a { background-color: #859EEC; }
a { background-color: rgb(133,158,236); }
div.DivClassName
{
background-color: #859EEC;
}
.BgClassName
{
background-color: #859EEC;
}
</style>
border-color css
<style>
span { border-color: #859EEC; }
span { border-color: rgb(133,158,236); }
td.TdClassName
{
border-color: #859EEC;
}
.TagClassName
{
border-color: #859EEC;
}
</style>