Shades of Portage #8595EC
Tints of Portage #8595EC
RGB
CMYK
RGB Variations
Color information
#8595EC (or 0x8595EC) is known color: Portage. HEX triplet: 85, 95 and EC. RGB value is (133,149,236). Sum of RGB (Red+Green+Blue) = 133+149+236=518 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.68% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #8595EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8595EC is #7A6A13. Grayscale: #999999. Windows color (decimal): -8022548 or 15504773. OLE color: 15504773.
HSL color Cylindrical-coordinate representation of color #8595EC: hue angle of 230.68º 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 #8595EC is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 149 | 236 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.07 |
| HSL | 230.68º | 0.73% | 0.72% | - |
| HSV(B) | 230.68º | 0.44% | 0.93% | - |
| XYZ | 35.56 | 32.54 | 83.76 | - |
| YUV | 154.13 | 174.2 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 149 | 236 | 0.44 | 0.37 | 0 | 0.07 | 230.68 | 0.73 | 0.72 |
| Hex | 85 | 95 | EC | 2C | 25 | 0 | 7 | E7 | 49 | 48 |
| Octal | 205 | 225 | 354 | 54 | 45 | 0 | 7 | 347 | 111 | 110 |
| Binary | 10000101 | 10010101 | 11101100 | 101100 | 100101 | 0 | 111 | 11100111 | 1001001 | 1001000 |
Color Harmonies of #8595EC
Complementary color
Monochromatic Colors of #8595EC
Black with #8595EC
Text Example
Text Example
White with #8595EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8595EC; }
p { color: rgb(133,149,236); }
H1.HeaderClassName
{
color: #8595EC;
}
.AnyTagClassName
{
color: #8595EC;
}
</style>
background-color css
<style>
a { background-color: #8595EC; }
a { background-color: rgb(133,149,236); }
div.DivClassName
{
background-color: #8595EC;
}
.BgClassName
{
background-color: #8595EC;
}
</style>
border-color css
<style>
span { border-color: #8595EC; }
span { border-color: rgb(133,149,236); }
td.TdClassName
{
border-color: #8595EC;
}
.TagClassName
{
border-color: #8595EC;
}
</style>