Shades of Portage #8589EC
Tints of Portage #8589EC
RGB
CMYK
RGB Variations
Color information
#8589EC (or 0x8589EC) is known color: Portage. HEX triplet: 85, 89 and EC. RGB value is (133,137,236). Sum of RGB (Red+Green+Blue) = 133+137+236=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #8589EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8589EC is #7A7613. Grayscale: #929292. Windows color (decimal): -8025620 or 15501701. OLE color: 15501701.
HSL color Cylindrical-coordinate representation of color #8589EC: hue angle of 237.67º 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 #8589EC is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 137 | 236 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.07 |
| HSL | 237.67º | 0.73% | 0.72% | - |
| HSV(B) | 237.67º | 0.44% | 0.93% | - |
| XYZ | 33.76 | 28.93 | 83.16 | - |
| YUV | 147.09 | 178.17 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 236 | 0.44 | 0.42 | 0 | 0.07 | 237.67 | 0.73 | 0.72 |
| Hex | 85 | 89 | EC | 2C | 2A | 0 | 7 | EE | 49 | 48 |
| Octal | 205 | 211 | 354 | 54 | 52 | 0 | 7 | 356 | 111 | 110 |
| Binary | 10000101 | 10001001 | 11101100 | 101100 | 101010 | 0 | 111 | 11101110 | 1001001 | 1001000 |
Color Harmonies of #8589EC
Complementary color
Monochromatic Colors of #8589EC
Black with #8589EC
Text Example
Text Example
White with #8589EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8589EC; }
p { color: rgb(133,137,236); }
H1.HeaderClassName
{
color: #8589EC;
}
.AnyTagClassName
{
color: #8589EC;
}
</style>
background-color css
<style>
a { background-color: #8589EC; }
a { background-color: rgb(133,137,236); }
div.DivClassName
{
background-color: #8589EC;
}
.BgClassName
{
background-color: #8589EC;
}
</style>
border-color css
<style>
span { border-color: #8589EC; }
span { border-color: rgb(133,137,236); }
td.TdClassName
{
border-color: #8589EC;
}
.TagClassName
{
border-color: #8589EC;
}
</style>