Shades of Portage #858EEE
Tints of Portage #858EEE
RGB
CMYK
RGB Variations
Color information
#858EEE (or 0x858EEE) is known color: Portage. HEX triplet: 85, 8E and EE. RGB value is (133,142,238). Sum of RGB (Red+Green+Blue) = 133+142+238=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #858EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858EEE is #7A7111. Grayscale: #959595. Windows color (decimal): -8024338 or 15634053. OLE color: 15634053.
HSL color Cylindrical-coordinate representation of color #858EEE: hue angle of 234.86º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #858EEE is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 142 | 238 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.07 |
| HSL | 234.86º | 0.76% | 0.73% | - |
| HSV(B) | 234.86º | 0.44% | 0.93% | - |
| XYZ | 34.78 | 30.51 | 84.94 | - |
| YUV | 150.25 | 177.52 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 238 | 0.44 | 0.40 | 0 | 0.07 | 234.86 | 0.76 | 0.73 |
| Hex | 85 | 8E | EE | 2C | 28 | 0 | 7 | EB | 4C | 49 |
| Octal | 205 | 216 | 356 | 54 | 50 | 0 | 7 | 353 | 114 | 111 |
| Binary | 10000101 | 10001110 | 11101110 | 101100 | 101000 | 0 | 111 | 11101011 | 1001100 | 1001001 |
Color Harmonies of #858EEE
Complementary color
Monochromatic Colors of #858EEE
Black with #858EEE
Text Example
Text Example
White with #858EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858EEE; }
p { color: rgb(133,142,238); }
H1.HeaderClassName
{
color: #858EEE;
}
.AnyTagClassName
{
color: #858EEE;
}
</style>
background-color css
<style>
a { background-color: #858EEE; }
a { background-color: rgb(133,142,238); }
div.DivClassName
{
background-color: #858EEE;
}
.BgClassName
{
background-color: #858EEE;
}
</style>
border-color css
<style>
span { border-color: #858EEE; }
span { border-color: rgb(133,142,238); }
td.TdClassName
{
border-color: #858EEE;
}
.TagClassName
{
border-color: #858EEE;
}
</style>