Shades of Portage #858EE6
Tints of Portage #858EE6
RGB
CMYK
RGB Variations
Color information
#858EE6 (or 0x858EE6) is known color: Portage. HEX triplet: 85, 8E and E6. RGB value is (133,142,230). Sum of RGB (Red+Green+Blue) = 133+142+230=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #858EE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858EE6 is #7A7119. Grayscale: #949494. Windows color (decimal): -8024346 or 15109765. OLE color: 15109765.
HSL color Cylindrical-coordinate representation of color #858EE6: hue angle of 234.43º degrees, saturation: 0.66, 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 #858EE6 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 142 | 230 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.10 |
| HSL | 234.43º | 0.66% | 0.71% | - |
| HSV(B) | 234.43º | 0.42% | 0.9% | - |
| XYZ | 33.63 | 30.05 | 78.89 | - |
| YUV | 149.34 | 173.52 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 230 | 0.42 | 0.38 | 0 | 0.10 | 234.43 | 0.66 | 0.71 |
| Hex | 85 | 8E | E6 | 2A | 26 | 0 | A | EA | 42 | 47 |
| Octal | 205 | 216 | 346 | 52 | 46 | 0 | 12 | 352 | 102 | 107 |
| Binary | 10000101 | 10001110 | 11100110 | 101010 | 100110 | 0 | 1010 | 11101010 | 1000010 | 1000111 |
Color Harmonies of #858EE6
Complementary color
Monochromatic Colors of #858EE6
Black with #858EE6
Text Example
Text Example
White with #858EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858EE6; }
p { color: rgb(133,142,230); }
H1.HeaderClassName
{
color: #858EE6;
}
.AnyTagClassName
{
color: #858EE6;
}
</style>
background-color css
<style>
a { background-color: #858EE6; }
a { background-color: rgb(133,142,230); }
div.DivClassName
{
background-color: #858EE6;
}
.BgClassName
{
background-color: #858EE6;
}
</style>
border-color css
<style>
span { border-color: #858EE6; }
span { border-color: rgb(133,142,230); }
td.TdClassName
{
border-color: #858EE6;
}
.TagClassName
{
border-color: #858EE6;
}
</style>