Shades of Portage #8593EC
Tints of Portage #8593EC
RGB
CMYK
RGB Variations
Color information
#8593EC (or 0x8593EC) is known color: Portage. HEX triplet: 85, 93 and EC. RGB value is (133,147,236). Sum of RGB (Red+Green+Blue) = 133+147+236=516 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.78% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #8593EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8593EC is #7A6C13. Grayscale: #989898. Windows color (decimal): -8023060 or 15504261. OLE color: 15504261.
HSL color Cylindrical-coordinate representation of color #8593EC: hue angle of 231.84º 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 #8593EC is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 147 | 236 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.07 |
| HSL | 231.84º | 0.73% | 0.72% | - |
| HSV(B) | 231.84º | 0.44% | 0.93% | - |
| XYZ | 35.25 | 31.91 | 83.66 | - |
| YUV | 152.96 | 174.86 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 147 | 236 | 0.44 | 0.38 | 0 | 0.07 | 231.84 | 0.73 | 0.72 |
| Hex | 85 | 93 | EC | 2C | 26 | 0 | 7 | E8 | 49 | 48 |
| Octal | 205 | 223 | 354 | 54 | 46 | 0 | 7 | 350 | 111 | 110 |
| Binary | 10000101 | 10010011 | 11101100 | 101100 | 100110 | 0 | 111 | 11101000 | 1001001 | 1001000 |
Color Harmonies of #8593EC
Complementary color
Monochromatic Colors of #8593EC
Black with #8593EC
Text Example
Text Example
White with #8593EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8593EC; }
p { color: rgb(133,147,236); }
H1.HeaderClassName
{
color: #8593EC;
}
.AnyTagClassName
{
color: #8593EC;
}
</style>
background-color css
<style>
a { background-color: #8593EC; }
a { background-color: rgb(133,147,236); }
div.DivClassName
{
background-color: #8593EC;
}
.BgClassName
{
background-color: #8593EC;
}
</style>
border-color css
<style>
span { border-color: #8593EC; }
span { border-color: rgb(133,147,236); }
td.TdClassName
{
border-color: #8593EC;
}
.TagClassName
{
border-color: #8593EC;
}
</style>