Shades of Portage #858AEF
Tints of Portage #858AEF
RGB
CMYK
RGB Variations
Color information
#858AEF (or 0x858AEF) is known color: Portage. HEX triplet: 85, 8A and EF. RGB value is (133,138,239). Sum of RGB (Red+Green+Blue) = 133+138+239=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #858AEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858AEF is #7A7510. Grayscale: #939393. Windows color (decimal): -8025361 or 15698565. OLE color: 15698565.
HSL color Cylindrical-coordinate representation of color #858AEF: hue angle of 237.17º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #858AEF is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 138 | 239 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.06 |
| HSL | 237.17º | 0.77% | 0.73% | - |
| HSV(B) | 237.17º | 0.44% | 0.94% | - |
| XYZ | 34.34 | 29.4 | 85.53 | - |
| YUV | 148.02 | 179.34 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 138 | 239 | 0.44 | 0.42 | 0 | 0.06 | 237.17 | 0.77 | 0.73 |
| Hex | 85 | 8A | EF | 2C | 2A | 0 | 6 | ED | 4D | 49 |
| Octal | 205 | 212 | 357 | 54 | 52 | 0 | 6 | 355 | 115 | 111 |
| Binary | 10000101 | 10001010 | 11101111 | 101100 | 101010 | 0 | 110 | 11101101 | 1001101 | 1001001 |
Color Harmonies of #858AEF
Complementary color
Monochromatic Colors of #858AEF
Black with #858AEF
Text Example
Text Example
White with #858AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858AEF; }
p { color: rgb(133,138,239); }
H1.HeaderClassName
{
color: #858AEF;
}
.AnyTagClassName
{
color: #858AEF;
}
</style>
background-color css
<style>
a { background-color: #858AEF; }
a { background-color: rgb(133,138,239); }
div.DivClassName
{
background-color: #858AEF;
}
.BgClassName
{
background-color: #858AEF;
}
</style>
border-color css
<style>
span { border-color: #858AEF; }
span { border-color: rgb(133,138,239); }
td.TdClassName
{
border-color: #858AEF;
}
.TagClassName
{
border-color: #858AEF;
}
</style>