Shades of Portage #858DEA
Tints of Portage #858DEA
RGB
CMYK
RGB Variations
Color information
#858DEA (or 0x858DEA) is known color: Portage. HEX triplet: 85, 8D and EA. RGB value is (133,141,234). Sum of RGB (Red+Green+Blue) = 133+141+234=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #858DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858DEA is #7A7215. Grayscale: #949494. Windows color (decimal): -8024598 or 15371653. OLE color: 15371653.
HSL color Cylindrical-coordinate representation of color #858DEA: hue angle of 235.25º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #858DEA is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 141 | 234 | - |
| CMYK | 0.43 | 0.40 | 0 | 0.08 |
| HSL | 235.25º | 0.71% | 0.72% | - |
| HSV(B) | 235.25º | 0.43% | 0.92% | - |
| XYZ | 34.05 | 29.98 | 81.83 | - |
| YUV | 149.21 | 175.85 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 234 | 0.43 | 0.40 | 0 | 0.08 | 235.25 | 0.71 | 0.72 |
| Hex | 85 | 8D | EA | 2B | 28 | 0 | 8 | EB | 47 | 48 |
| Octal | 205 | 215 | 352 | 53 | 50 | 0 | 10 | 353 | 107 | 110 |
| Binary | 10000101 | 10001101 | 11101010 | 101011 | 101000 | 0 | 1000 | 11101011 | 1000111 | 1001000 |
Color Harmonies of #858DEA
Complementary color
Monochromatic Colors of #858DEA
Black with #858DEA
Text Example
Text Example
White with #858DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858DEA; }
p { color: rgb(133,141,234); }
H1.HeaderClassName
{
color: #858DEA;
}
.AnyTagClassName
{
color: #858DEA;
}
</style>
background-color css
<style>
a { background-color: #858DEA; }
a { background-color: rgb(133,141,234); }
div.DivClassName
{
background-color: #858DEA;
}
.BgClassName
{
background-color: #858DEA;
}
</style>
border-color css
<style>
span { border-color: #858DEA; }
span { border-color: rgb(133,141,234); }
td.TdClassName
{
border-color: #858DEA;
}
.TagClassName
{
border-color: #858DEA;
}
</style>