Shades of Portage #858DEC
Tints of Portage #858DEC
RGB
CMYK
RGB Variations
Color information
#858DEC (or 0x858DEC) is known color: Portage. HEX triplet: 85, 8D and EC. RGB value is (133,141,236). Sum of RGB (Red+Green+Blue) = 133+141+236=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #858DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858DEC is #7A7213. Grayscale: #959595. Windows color (decimal): -8024596 or 15502725. OLE color: 15502725.
HSL color Cylindrical-coordinate representation of color #858DEC: hue angle of 235.34º 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 #858DEC is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 141 | 236 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.07 |
| HSL | 235.34º | 0.73% | 0.72% | - |
| HSV(B) | 235.34º | 0.44% | 0.93% | - |
| XYZ | 34.34 | 30.09 | 83.36 | - |
| YUV | 149.44 | 176.85 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 236 | 0.44 | 0.40 | 0 | 0.07 | 235.34 | 0.73 | 0.72 |
| Hex | 85 | 8D | EC | 2C | 28 | 0 | 7 | EB | 49 | 48 |
| Octal | 205 | 215 | 354 | 54 | 50 | 0 | 7 | 353 | 111 | 110 |
| Binary | 10000101 | 10001101 | 11101100 | 101100 | 101000 | 0 | 111 | 11101011 | 1001001 | 1001000 |
Color Harmonies of #858DEC
Complementary color
Monochromatic Colors of #858DEC
Black with #858DEC
Text Example
Text Example
White with #858DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858DEC; }
p { color: rgb(133,141,236); }
H1.HeaderClassName
{
color: #858DEC;
}
.AnyTagClassName
{
color: #858DEC;
}
</style>
background-color css
<style>
a { background-color: #858DEC; }
a { background-color: rgb(133,141,236); }
div.DivClassName
{
background-color: #858DEC;
}
.BgClassName
{
background-color: #858DEC;
}
</style>
border-color css
<style>
span { border-color: #858DEC; }
span { border-color: rgb(133,141,236); }
td.TdClassName
{
border-color: #858DEC;
}
.TagClassName
{
border-color: #858DEC;
}
</style>