Shades of Portage #859FE1
Tints of Portage #859FE1
RGB
CMYK
RGB Variations
Color information
#859FE1 (or 0x859FE1) is known color: Portage. HEX triplet: 85, 9F and E1. RGB value is (133,159,225). Sum of RGB (Red+Green+Blue) = 133+159+225=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 225 (88.28% from 255 or 43.52% from 517); Max value from RGB is 225 - color contains mainly: blue. Hex color #859FE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859FE1 is #7A601E. Grayscale: #9E9E9E. Windows color (decimal): -8019999 or 14786437. OLE color: 14786437.
HSL color Cylindrical-coordinate representation of color #859FE1: hue angle of 223.04º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #859FE1 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 159 | 225 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.12 |
| HSL | 223.04º | 0.61% | 0.7% | - |
| HSV(B) | 223.04º | 0.41% | 0.88% | - |
| XYZ | 35.66 | 35.22 | 76.15 | - |
| YUV | 158.75 | 165.39 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 159 | 225 | 0.41 | 0.29 | 0 | 0.12 | 223.04 | 0.61 | 0.7 |
| Hex | 85 | 9F | E1 | 29 | 1D | 0 | C | DF | 3D | 46 |
| Octal | 205 | 237 | 341 | 51 | 35 | 0 | 14 | 337 | 75 | 106 |
| Binary | 10000101 | 10011111 | 11100001 | 101001 | 11101 | 0 | 1100 | 11011111 | 111101 | 1000110 |
Color Harmonies of #859FE1
Complementary color
Monochromatic Colors of #859FE1
Black with #859FE1
Text Example
Text Example
White with #859FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859FE1; }
p { color: rgb(133,159,225); }
H1.HeaderClassName
{
color: #859FE1;
}
.AnyTagClassName
{
color: #859FE1;
}
</style>
background-color css
<style>
a { background-color: #859FE1; }
a { background-color: rgb(133,159,225); }
div.DivClassName
{
background-color: #859FE1;
}
.BgClassName
{
background-color: #859FE1;
}
</style>
border-color css
<style>
span { border-color: #859FE1; }
span { border-color: rgb(133,159,225); }
td.TdClassName
{
border-color: #859FE1;
}
.TagClassName
{
border-color: #859FE1;
}
</style>