Shades of Portage #8594EC
Tints of Portage #8594EC
RGB
CMYK
RGB Variations
Color information
#8594EC (or 0x8594EC) is known color: Portage. HEX triplet: 85, 94 and EC. RGB value is (133,148,236). Sum of RGB (Red+Green+Blue) = 133+148+236=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #8594EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8594EC is #7A6B13. Grayscale: #999999. Windows color (decimal): -8022804 or 15504517. OLE color: 15504517.
HSL color Cylindrical-coordinate representation of color #8594EC: hue angle of 231.26º 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 #8594EC is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 148 | 236 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.07 |
| HSL | 231.26º | 0.73% | 0.72% | - |
| HSV(B) | 231.26º | 0.44% | 0.93% | - |
| XYZ | 35.4 | 32.22 | 83.71 | - |
| YUV | 153.55 | 174.53 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 148 | 236 | 0.44 | 0.37 | 0 | 0.07 | 231.26 | 0.73 | 0.72 |
| Hex | 85 | 94 | EC | 2C | 25 | 0 | 7 | E7 | 49 | 48 |
| Octal | 205 | 224 | 354 | 54 | 45 | 0 | 7 | 347 | 111 | 110 |
| Binary | 10000101 | 10010100 | 11101100 | 101100 | 100101 | 0 | 111 | 11100111 | 1001001 | 1001000 |
Color Harmonies of #8594EC
Complementary color
Monochromatic Colors of #8594EC
Black with #8594EC
Text Example
Text Example
White with #8594EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8594EC; }
p { color: rgb(133,148,236); }
H1.HeaderClassName
{
color: #8594EC;
}
.AnyTagClassName
{
color: #8594EC;
}
</style>
background-color css
<style>
a { background-color: #8594EC; }
a { background-color: rgb(133,148,236); }
div.DivClassName
{
background-color: #8594EC;
}
.BgClassName
{
background-color: #8594EC;
}
</style>
border-color css
<style>
span { border-color: #8594EC; }
span { border-color: rgb(133,148,236); }
td.TdClassName
{
border-color: #8594EC;
}
.TagClassName
{
border-color: #8594EC;
}
</style>