Shades of Portage #858EE9
Tints of Portage #858EE9
RGB
CMYK
RGB Variations
Color information
#858EE9 (or 0x858EE9) is known color: Portage. HEX triplet: 85, 8E and E9. RGB value is (133,142,233). Sum of RGB (Red+Green+Blue) = 133+142+233=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 233 (91.41% from 255 or 45.87% from 508); Max value from RGB is 233 - color contains mainly: blue. Hex color #858EE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858EE9 is #7A7116. Grayscale: #959595. Windows color (decimal): -8024343 or 15306373. OLE color: 15306373.
HSL color Cylindrical-coordinate representation of color #858EE9: hue angle of 234.6º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #858EE9 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 142 | 233 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.09 |
| HSL | 234.6º | 0.69% | 0.72% | - |
| HSV(B) | 234.6º | 0.43% | 0.91% | - |
| XYZ | 34.05 | 30.22 | 81.13 | - |
| YUV | 149.68 | 175.02 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 233 | 0.43 | 0.39 | 0 | 0.09 | 234.6 | 0.69 | 0.72 |
| Hex | 85 | 8E | E9 | 2B | 27 | 0 | 9 | EB | 45 | 48 |
| Octal | 205 | 216 | 351 | 53 | 47 | 0 | 11 | 353 | 105 | 110 |
| Binary | 10000101 | 10001110 | 11101001 | 101011 | 100111 | 0 | 1001 | 11101011 | 1000101 | 1001000 |
Color Harmonies of #858EE9
Complementary color
Monochromatic Colors of #858EE9
Black with #858EE9
Text Example
Text Example
White with #858EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858EE9; }
p { color: rgb(133,142,233); }
H1.HeaderClassName
{
color: #858EE9;
}
.AnyTagClassName
{
color: #858EE9;
}
</style>
background-color css
<style>
a { background-color: #858EE9; }
a { background-color: rgb(133,142,233); }
div.DivClassName
{
background-color: #858EE9;
}
.BgClassName
{
background-color: #858EE9;
}
</style>
border-color css
<style>
span { border-color: #858EE9; }
span { border-color: rgb(133,142,233); }
td.TdClassName
{
border-color: #858EE9;
}
.TagClassName
{
border-color: #858EE9;
}
</style>