Shades of Portage #8588EC
Tints of Portage #8588EC
RGB
CMYK
RGB Variations
Color information
#8588EC (or 0x8588EC) is known color: Portage. HEX triplet: 85, 88 and EC. RGB value is (133,136,236). Sum of RGB (Red+Green+Blue) = 133+136+236=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #8588EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8588EC is #7A7713. Grayscale: #929292. Windows color (decimal): -8025876 or 15501445. OLE color: 15501445.
HSL color Cylindrical-coordinate representation of color #8588EC: hue angle of 238.25º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8588EC is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 136 | 236 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.07 |
| HSL | 238.25º | 0.73% | 0.72% | - |
| HSV(B) | 238.25º | 0.44% | 0.93% | - |
| XYZ | 33.62 | 28.65 | 83.12 | - |
| YUV | 146.5 | 178.51 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 236 | 0.44 | 0.42 | 0 | 0.07 | 238.25 | 0.73 | 0.72 |
| Hex | 85 | 88 | EC | 2C | 2A | 0 | 7 | EE | 49 | 48 |
| Octal | 205 | 210 | 354 | 54 | 52 | 0 | 7 | 356 | 111 | 110 |
| Binary | 10000101 | 10001000 | 11101100 | 101100 | 101010 | 0 | 111 | 11101110 | 1001001 | 1001000 |
Color Harmonies of #8588EC
Complementary color
Monochromatic Colors of #8588EC
Black with #8588EC
Text Example
Text Example
White with #8588EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8588EC; }
p { color: rgb(133,136,236); }
H1.HeaderClassName
{
color: #8588EC;
}
.AnyTagClassName
{
color: #8588EC;
}
</style>
background-color css
<style>
a { background-color: #8588EC; }
a { background-color: rgb(133,136,236); }
div.DivClassName
{
background-color: #8588EC;
}
.BgClassName
{
background-color: #8588EC;
}
</style>
border-color css
<style>
span { border-color: #8588EC; }
span { border-color: rgb(133,136,236); }
td.TdClassName
{
border-color: #8588EC;
}
.TagClassName
{
border-color: #8588EC;
}
</style>