Shades of Portage #858BE1
Tints of Portage #858BE1
RGB
CMYK
RGB Variations
Color information
#858BE1 (or 0x858BE1) is known color: Portage. HEX triplet: 85, 8B and E1. RGB value is (133,139,225). Sum of RGB (Red+Green+Blue) = 133+139+225=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 225 - color contains mainly: blue. Hex color #858BE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858BE1 is #7A741E. Grayscale: #929292. Windows color (decimal): -8025119 or 14781317. OLE color: 14781317.
HSL color Cylindrical-coordinate representation of color #858BE1: hue angle of 236.09º 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 #858BE1 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 139 | 225 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.12 |
| HSL | 236.09º | 0.61% | 0.7% | - |
| HSV(B) | 236.09º | 0.41% | 0.88% | - |
| XYZ | 32.5 | 28.89 | 75.1 | - |
| YUV | 147.01 | 172.01 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 225 | 0.41 | 0.38 | 0 | 0.12 | 236.09 | 0.61 | 0.7 |
| Hex | 85 | 8B | E1 | 29 | 26 | 0 | C | EC | 3D | 46 |
| Octal | 205 | 213 | 341 | 51 | 46 | 0 | 14 | 354 | 75 | 106 |
| Binary | 10000101 | 10001011 | 11100001 | 101001 | 100110 | 0 | 1100 | 11101100 | 111101 | 1000110 |
Color Harmonies of #858BE1
Complementary color
Monochromatic Colors of #858BE1
Black with #858BE1
Text Example
Text Example
White with #858BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858BE1; }
p { color: rgb(133,139,225); }
H1.HeaderClassName
{
color: #858BE1;
}
.AnyTagClassName
{
color: #858BE1;
}
</style>
background-color css
<style>
a { background-color: #858BE1; }
a { background-color: rgb(133,139,225); }
div.DivClassName
{
background-color: #858BE1;
}
.BgClassName
{
background-color: #858BE1;
}
</style>
border-color css
<style>
span { border-color: #858BE1; }
span { border-color: rgb(133,139,225); }
td.TdClassName
{
border-color: #858BE1;
}
.TagClassName
{
border-color: #858BE1;
}
</style>