Shades of Portage #858EEC
Tints of Portage #858EEC
RGB
CMYK
RGB Variations
Color information
#858EEC (or 0x858EEC) is known color: Portage. HEX triplet: 85, 8E and EC. RGB value is (133,142,236). Sum of RGB (Red+Green+Blue) = 133+142+236=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #858EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858EEC is #7A7113. Grayscale: #959595. Windows color (decimal): -8024340 or 15502981. OLE color: 15502981.
HSL color Cylindrical-coordinate representation of color #858EEC: hue angle of 234.76º 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 #858EEC is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 142 | 236 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.07 |
| HSL | 234.76º | 0.73% | 0.72% | - |
| HSV(B) | 234.76º | 0.44% | 0.93% | - |
| XYZ | 34.49 | 30.39 | 83.4 | - |
| YUV | 150.03 | 176.52 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 236 | 0.44 | 0.40 | 0 | 0.07 | 234.76 | 0.73 | 0.72 |
| Hex | 85 | 8E | EC | 2C | 28 | 0 | 7 | EB | 49 | 48 |
| Octal | 205 | 216 | 354 | 54 | 50 | 0 | 7 | 353 | 111 | 110 |
| Binary | 10000101 | 10001110 | 11101100 | 101100 | 101000 | 0 | 111 | 11101011 | 1001001 | 1001000 |
Color Harmonies of #858EEC
Complementary color
Monochromatic Colors of #858EEC
Black with #858EEC
Text Example
Text Example
White with #858EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858EEC; }
p { color: rgb(133,142,236); }
H1.HeaderClassName
{
color: #858EEC;
}
.AnyTagClassName
{
color: #858EEC;
}
</style>
background-color css
<style>
a { background-color: #858EEC; }
a { background-color: rgb(133,142,236); }
div.DivClassName
{
background-color: #858EEC;
}
.BgClassName
{
background-color: #858EEC;
}
</style>
border-color css
<style>
span { border-color: #858EEC; }
span { border-color: rgb(133,142,236); }
td.TdClassName
{
border-color: #858EEC;
}
.TagClassName
{
border-color: #858EEC;
}
</style>