Shades of Portage #858EE0
Tints of Portage #858EE0
RGB
CMYK
RGB Variations
Color information
#858EE0 (or 0x858EE0) is known color: Portage. HEX triplet: 85, 8E and E0. RGB value is (133,142,224). Sum of RGB (Red+Green+Blue) = 133+142+224=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #858EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858EE0 is #7A711F. Grayscale: #949494. Windows color (decimal): -8024352 or 14716549. OLE color: 14716549.
HSL color Cylindrical-coordinate representation of color #858EE0: hue angle of 234.07º degrees, saturation: 0.59, 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 #858EE0 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 142 | 224 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.12 |
| HSL | 234.07º | 0.59% | 0.7% | - |
| HSV(B) | 234.07º | 0.41% | 0.88% | - |
| XYZ | 32.8 | 29.71 | 74.53 | - |
| YUV | 148.66 | 170.52 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 224 | 0.41 | 0.37 | 0 | 0.12 | 234.07 | 0.59 | 0.7 |
| Hex | 85 | 8E | E0 | 29 | 25 | 0 | C | EA | 3B | 46 |
| Octal | 205 | 216 | 340 | 51 | 45 | 0 | 14 | 352 | 73 | 106 |
| Binary | 10000101 | 10001110 | 11100000 | 101001 | 100101 | 0 | 1100 | 11101010 | 111011 | 1000110 |
Color Harmonies of #858EE0
Complementary color
Monochromatic Colors of #858EE0
Black with #858EE0
Text Example
Text Example
White with #858EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858EE0; }
p { color: rgb(133,142,224); }
H1.HeaderClassName
{
color: #858EE0;
}
.AnyTagClassName
{
color: #858EE0;
}
</style>
background-color css
<style>
a { background-color: #858EE0; }
a { background-color: rgb(133,142,224); }
div.DivClassName
{
background-color: #858EE0;
}
.BgClassName
{
background-color: #858EE0;
}
</style>
border-color css
<style>
span { border-color: #858EE0; }
span { border-color: rgb(133,142,224); }
td.TdClassName
{
border-color: #858EE0;
}
.TagClassName
{
border-color: #858EE0;
}
</style>