Shades of Portage #858ECF
Tints of Portage #858ECF
RGB
CMYK
RGB Variations
Color information
#858ECF (or 0x858ECF) is known color: Portage. HEX triplet: 85, 8E and CF. RGB value is (133,142,207). Sum of RGB (Red+Green+Blue) = 133+142+207=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #858ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858ECF is #7A7130. Grayscale: #929292. Windows color (decimal): -8024369 or 13602437. OLE color: 13602437.
HSL color Cylindrical-coordinate representation of color #858ECF: hue angle of 232.7º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #858ECF is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 142 | 207 | - |
| CMYK | 0.36 | 0.31 | 0 | 0.19 |
| HSL | 232.7º | 0.44% | 0.67% | - |
| HSV(B) | 232.7º | 0.36% | 0.81% | - |
| XYZ | 30.61 | 28.84 | 62.98 | - |
| YUV | 146.72 | 162.02 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 207 | 0.36 | 0.31 | 0 | 0.19 | 232.7 | 0.44 | 0.67 |
| Hex | 85 | 8E | CF | 24 | 1F | 0 | 13 | E9 | 2C | 43 |
| Octal | 205 | 216 | 317 | 44 | 37 | 0 | 23 | 351 | 54 | 103 |
| Binary | 10000101 | 10001110 | 11001111 | 100100 | 11111 | 0 | 10011 | 11101001 | 101100 | 1000011 |
Color Harmonies of #858ECF
Complementary color
Monochromatic Colors of #858ECF
Black with #858ECF
Text Example
Text Example
White with #858ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858ECF; }
p { color: rgb(133,142,207); }
H1.HeaderClassName
{
color: #858ECF;
}
.AnyTagClassName
{
color: #858ECF;
}
</style>
background-color css
<style>
a { background-color: #858ECF; }
a { background-color: rgb(133,142,207); }
div.DivClassName
{
background-color: #858ECF;
}
.BgClassName
{
background-color: #858ECF;
}
</style>
border-color css
<style>
span { border-color: #858ECF; }
span { border-color: rgb(133,142,207); }
td.TdClassName
{
border-color: #858ECF;
}
.TagClassName
{
border-color: #858ECF;
}
</style>