Shades of Portage #858EE5
Tints of Portage #858EE5
RGB
CMYK
RGB Variations
Color information
#858EE5 (or 0x858EE5) is known color: Portage. HEX triplet: 85, 8E and E5. RGB value is (133,142,229). Sum of RGB (Red+Green+Blue) = 133+142+229=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #858EE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858EE5 is #7A711A. Grayscale: #949494. Windows color (decimal): -8024347 or 15044229. OLE color: 15044229.
HSL color Cylindrical-coordinate representation of color #858EE5: hue angle of 234.38º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #858EE5 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 142 | 229 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.10 |
| HSL | 234.38º | 0.65% | 0.71% | - |
| HSV(B) | 234.38º | 0.42% | 0.9% | - |
| XYZ | 33.49 | 29.99 | 78.15 | - |
| YUV | 149.23 | 173.02 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 229 | 0.42 | 0.38 | 0 | 0.10 | 234.38 | 0.65 | 0.71 |
| Hex | 85 | 8E | E5 | 2A | 26 | 0 | A | EA | 41 | 47 |
| Octal | 205 | 216 | 345 | 52 | 46 | 0 | 12 | 352 | 101 | 107 |
| Binary | 10000101 | 10001110 | 11100101 | 101010 | 100110 | 0 | 1010 | 11101010 | 1000001 | 1000111 |
Color Harmonies of #858EE5
Complementary color
Monochromatic Colors of #858EE5
Black with #858EE5
Text Example
Text Example
White with #858EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858EE5; }
p { color: rgb(133,142,229); }
H1.HeaderClassName
{
color: #858EE5;
}
.AnyTagClassName
{
color: #858EE5;
}
</style>
background-color css
<style>
a { background-color: #858EE5; }
a { background-color: rgb(133,142,229); }
div.DivClassName
{
background-color: #858EE5;
}
.BgClassName
{
background-color: #858EE5;
}
</style>
border-color css
<style>
span { border-color: #858EE5; }
span { border-color: rgb(133,142,229); }
td.TdClassName
{
border-color: #858EE5;
}
.TagClassName
{
border-color: #858EE5;
}
</style>