Shades of Portage #858DE3
Tints of Portage #858DE3
RGB
CMYK
RGB Variations
Color information
#858DE3 (or 0x858DE3) is known color: Portage. HEX triplet: 85, 8D and E3. RGB value is (133,141,227). Sum of RGB (Red+Green+Blue) = 133+141+227=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 227 (89.06% from 255 or 45.31% from 501); Max value from RGB is 227 - color contains mainly: blue. Hex color #858DE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DE3 is #7A721C. Grayscale: #949494. Windows color (decimal): -8024605 or 14912901. OLE color: 14912901.
HSL color Cylindrical-coordinate representation of color #858DE3: hue angle of 234.89º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #858DE3 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 141 | 227 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.11 |
| HSL | 234.89º | 0.63% | 0.71% | - |
| HSV(B) | 234.89º | 0.41% | 0.89% | - |
| XYZ | 33.06 | 29.58 | 76.64 | - |
| YUV | 148.41 | 172.35 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 227 | 0.41 | 0.38 | 0 | 0.11 | 234.89 | 0.63 | 0.71 |
| Hex | 85 | 8D | E3 | 29 | 26 | 0 | B | EB | 3F | 47 |
| Octal | 205 | 215 | 343 | 51 | 46 | 0 | 13 | 353 | 77 | 107 |
| Binary | 10000101 | 10001101 | 11100011 | 101001 | 100110 | 0 | 1011 | 11101011 | 111111 | 1000111 |
Color Harmonies of #858DE3
Complementary color
Monochromatic Colors of #858DE3
Black with #858DE3
Text Example
Text Example
White with #858DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858DE3; }
p { color: rgb(133,141,227); }
H1.HeaderClassName
{
color: #858DE3;
}
.AnyTagClassName
{
color: #858DE3;
}
</style>
background-color css
<style>
a { background-color: #858DE3; }
a { background-color: rgb(133,141,227); }
div.DivClassName
{
background-color: #858DE3;
}
.BgClassName
{
background-color: #858DE3;
}
</style>
border-color css
<style>
span { border-color: #858DE3; }
span { border-color: rgb(133,141,227); }
td.TdClassName
{
border-color: #858DE3;
}
.TagClassName
{
border-color: #858DE3;
}
</style>