Shades of Portage #858DF2
Tints of Portage #858DF2
RGB
CMYK
RGB Variations
Color information
#858DF2 (or 0x858DF2) is known color: Portage. HEX triplet: 85, 8D and F2. RGB value is (133,141,242). Sum of RGB (Red+Green+Blue) = 133+141+242=516 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.78% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #858DF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858DF2 is #7A720D. Grayscale: #959595. Windows color (decimal): -8024590 or 15895941. OLE color: 15895941.
HSL color Cylindrical-coordinate representation of color #858DF2: hue angle of 235.6º degrees, saturation: 0.81, 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 #858DF2 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 141 | 242 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.05 |
| HSL | 235.6º | 0.81% | 0.74% | - |
| HSV(B) | 235.6º | 0.45% | 0.95% | - |
| XYZ | 35.22 | 30.45 | 88.02 | - |
| YUV | 150.12 | 179.85 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 242 | 0.45 | 0.42 | 0 | 0.05 | 235.6 | 0.81 | 0.74 |
| Hex | 85 | 8D | F2 | 2D | 2A | 0 | 5 | EC | 51 | 4A |
| Octal | 205 | 215 | 362 | 55 | 52 | 0 | 5 | 354 | 121 | 112 |
| Binary | 10000101 | 10001101 | 11110010 | 101101 | 101010 | 0 | 101 | 11101100 | 1010001 | 1001010 |
Color Harmonies of #858DF2
Complementary color
Monochromatic Colors of #858DF2
Black with #858DF2
Text Example
Text Example
White with #858DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858DF2; }
p { color: rgb(133,141,242); }
H1.HeaderClassName
{
color: #858DF2;
}
.AnyTagClassName
{
color: #858DF2;
}
</style>
background-color css
<style>
a { background-color: #858DF2; }
a { background-color: rgb(133,141,242); }
div.DivClassName
{
background-color: #858DF2;
}
.BgClassName
{
background-color: #858DF2;
}
</style>
border-color css
<style>
span { border-color: #858DF2; }
span { border-color: rgb(133,141,242); }
td.TdClassName
{
border-color: #858DF2;
}
.TagClassName
{
border-color: #858DF2;
}
</style>