Shades of Portage #8596EC
Tints of Portage #8596EC
RGB
CMYK
RGB Variations
Color information
#8596EC (or 0x8596EC) is known color: Portage. HEX triplet: 85, 96 and EC. RGB value is (133,150,236). Sum of RGB (Red+Green+Blue) = 133+150+236=519 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.63% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #8596EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8596EC is #7A6913. Grayscale: #9A9A9A. Windows color (decimal): -8022292 or 15505029. OLE color: 15505029.
HSL color Cylindrical-coordinate representation of color #8596EC: hue angle of 230.1º 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 #8596EC is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 150 | 236 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.07 |
| HSL | 230.1º | 0.73% | 0.72% | - |
| HSV(B) | 230.1º | 0.44% | 0.93% | - |
| XYZ | 35.72 | 32.86 | 83.82 | - |
| YUV | 154.72 | 173.87 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 150 | 236 | 0.44 | 0.36 | 0 | 0.07 | 230.1 | 0.73 | 0.72 |
| Hex | 85 | 96 | EC | 2C | 24 | 0 | 7 | E6 | 49 | 48 |
| Octal | 205 | 226 | 354 | 54 | 44 | 0 | 7 | 346 | 111 | 110 |
| Binary | 10000101 | 10010110 | 11101100 | 101100 | 100100 | 0 | 111 | 11100110 | 1001001 | 1001000 |
Color Harmonies of #8596EC
Complementary color
Monochromatic Colors of #8596EC
Black with #8596EC
Text Example
Text Example
White with #8596EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8596EC; }
p { color: rgb(133,150,236); }
H1.HeaderClassName
{
color: #8596EC;
}
.AnyTagClassName
{
color: #8596EC;
}
</style>
background-color css
<style>
a { background-color: #8596EC; }
a { background-color: rgb(133,150,236); }
div.DivClassName
{
background-color: #8596EC;
}
.BgClassName
{
background-color: #8596EC;
}
</style>
border-color css
<style>
span { border-color: #8596EC; }
span { border-color: rgb(133,150,236); }
td.TdClassName
{
border-color: #8596EC;
}
.TagClassName
{
border-color: #8596EC;
}
</style>