Shades of Portage #858DF1
Tints of Portage #858DF1
RGB
CMYK
RGB Variations
Color information
#858DF1 (or 0x858DF1) is known color: Portage. HEX triplet: 85, 8D and F1. RGB value is (133,141,241). Sum of RGB (Red+Green+Blue) = 133+141+241=515 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.83% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #858DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858DF1 is #7A720E. Grayscale: #959595. Windows color (decimal): -8024591 or 15830405. OLE color: 15830405.
HSL color Cylindrical-coordinate representation of color #858DF1: hue angle of 235.56º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #858DF1 is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 141 | 241 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.05 |
| HSL | 235.56º | 0.79% | 0.73% | - |
| HSV(B) | 235.56º | 0.45% | 0.95% | - |
| XYZ | 35.07 | 30.39 | 87.24 | - |
| YUV | 150.01 | 179.35 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 241 | 0.45 | 0.41 | 0 | 0.05 | 235.56 | 0.79 | 0.73 |
| Hex | 85 | 8D | F1 | 2D | 29 | 0 | 5 | EC | 4F | 49 |
| Octal | 205 | 215 | 361 | 55 | 51 | 0 | 5 | 354 | 117 | 111 |
| Binary | 10000101 | 10001101 | 11110001 | 101101 | 101001 | 0 | 101 | 11101100 | 1001111 | 1001001 |
Color Harmonies of #858DF1
Complementary color
Monochromatic Colors of #858DF1
Black with #858DF1
Text Example
Text Example
White with #858DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858DF1; }
p { color: rgb(133,141,241); }
H1.HeaderClassName
{
color: #858DF1;
}
.AnyTagClassName
{
color: #858DF1;
}
</style>
background-color css
<style>
a { background-color: #858DF1; }
a { background-color: rgb(133,141,241); }
div.DivClassName
{
background-color: #858DF1;
}
.BgClassName
{
background-color: #858DF1;
}
</style>
border-color css
<style>
span { border-color: #858DF1; }
span { border-color: rgb(133,141,241); }
td.TdClassName
{
border-color: #858DF1;
}
.TagClassName
{
border-color: #858DF1;
}
</style>