Shades of Portage #858EF3
Tints of Portage #858EF3
RGB
CMYK
RGB Variations
Color information
#858EF3 (or 0x858EF3) is known color: Portage. HEX triplet: 85, 8E and F3. RGB value is (133,142,243). Sum of RGB (Red+Green+Blue) = 133+142+243=518 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.68% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 243 - color contains mainly: blue. Hex color #858EF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858EF3 is #7A710C. Grayscale: #969696. Windows color (decimal): -8024333 or 15961733. OLE color: 15961733.
HSL color Cylindrical-coordinate representation of color #858EF3: hue angle of 235.09º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #858EF3 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 142 | 243 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.05 |
| HSL | 235.09º | 0.82% | 0.74% | - |
| HSV(B) | 235.09º | 0.45% | 0.95% | - |
| XYZ | 35.52 | 30.8 | 88.87 | - |
| YUV | 150.82 | 180.02 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 243 | 0.45 | 0.42 | 0 | 0.05 | 235.09 | 0.82 | 0.74 |
| Hex | 85 | 8E | F3 | 2D | 2A | 0 | 5 | EB | 52 | 4A |
| Octal | 205 | 216 | 363 | 55 | 52 | 0 | 5 | 353 | 122 | 112 |
| Binary | 10000101 | 10001110 | 11110011 | 101101 | 101010 | 0 | 101 | 11101011 | 1010010 | 1001010 |
Color Harmonies of #858EF3
Complementary color
Monochromatic Colors of #858EF3
Black with #858EF3
Text Example
Text Example
White with #858EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858EF3; }
p { color: rgb(133,142,243); }
H1.HeaderClassName
{
color: #858EF3;
}
.AnyTagClassName
{
color: #858EF3;
}
</style>
background-color css
<style>
a { background-color: #858EF3; }
a { background-color: rgb(133,142,243); }
div.DivClassName
{
background-color: #858EF3;
}
.BgClassName
{
background-color: #858EF3;
}
</style>
border-color css
<style>
span { border-color: #858EF3; }
span { border-color: rgb(133,142,243); }
td.TdClassName
{
border-color: #858EF3;
}
.TagClassName
{
border-color: #858EF3;
}
</style>