Shades of Portage #859BEC
Tints of Portage #859BEC
RGB
CMYK
RGB Variations
Color information
#859BEC (or 0x859BEC) is known color: Portage. HEX triplet: 85, 9B and EC. RGB value is (133,155,236). Sum of RGB (Red+Green+Blue) = 133+155+236=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #859BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859BEC is #7A6413. Grayscale: #9D9D9D. Windows color (decimal): -8021012 or 15506309. OLE color: 15506309.
HSL color Cylindrical-coordinate representation of color #859BEC: hue angle of 227.18º 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 #859BEC is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 155 | 236 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.07 |
| HSL | 227.18º | 0.73% | 0.72% | - |
| HSV(B) | 227.18º | 0.44% | 0.93% | - |
| XYZ | 36.53 | 34.49 | 84.09 | - |
| YUV | 157.66 | 172.21 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 236 | 0.44 | 0.34 | 0 | 0.07 | 227.18 | 0.73 | 0.72 |
| Hex | 85 | 9B | EC | 2C | 22 | 0 | 7 | E3 | 49 | 48 |
| Octal | 205 | 233 | 354 | 54 | 42 | 0 | 7 | 343 | 111 | 110 |
| Binary | 10000101 | 10011011 | 11101100 | 101100 | 100010 | 0 | 111 | 11100011 | 1001001 | 1001000 |
Color Harmonies of #859BEC
Complementary color
Monochromatic Colors of #859BEC
Black with #859BEC
Text Example
Text Example
White with #859BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859BEC; }
p { color: rgb(133,155,236); }
H1.HeaderClassName
{
color: #859BEC;
}
.AnyTagClassName
{
color: #859BEC;
}
</style>
background-color css
<style>
a { background-color: #859BEC; }
a { background-color: rgb(133,155,236); }
div.DivClassName
{
background-color: #859BEC;
}
.BgClassName
{
background-color: #859BEC;
}
</style>
border-color css
<style>
span { border-color: #859BEC; }
span { border-color: rgb(133,155,236); }
td.TdClassName
{
border-color: #859BEC;
}
.TagClassName
{
border-color: #859BEC;
}
</style>