Shades of Portage #8596E8
Tints of Portage #8596E8
RGB
CMYK
RGB Variations
Color information
#8596E8 (or 0x8596E8) is known color: Portage. HEX triplet: 85, 96 and E8. RGB value is (133,150,232). Sum of RGB (Red+Green+Blue) = 133+150+232=515 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.83% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 232 (91.02% from 255 or 45.05% from 515); Max value from RGB is 232 - color contains mainly: blue. Hex color #8596E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8596E8 is #7A6917. Grayscale: #999999. Windows color (decimal): -8022296 or 15242885. OLE color: 15242885.
HSL color Cylindrical-coordinate representation of color #8596E8: hue angle of 229.7º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8596E8 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 150 | 232 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.09 |
| HSL | 229.7º | 0.68% | 0.72% | - |
| HSV(B) | 229.7º | 0.43% | 0.91% | - |
| XYZ | 35.14 | 32.63 | 80.79 | - |
| YUV | 154.27 | 171.87 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 150 | 232 | 0.43 | 0.35 | 0 | 0.09 | 229.7 | 0.68 | 0.72 |
| Hex | 85 | 96 | E8 | 2B | 23 | 0 | 9 | E6 | 44 | 48 |
| Octal | 205 | 226 | 350 | 53 | 43 | 0 | 11 | 346 | 104 | 110 |
| Binary | 10000101 | 10010110 | 11101000 | 101011 | 100011 | 0 | 1001 | 11100110 | 1000100 | 1001000 |
Color Harmonies of #8596E8
Complementary color
Monochromatic Colors of #8596E8
Black with #8596E8
Text Example
Text Example
White with #8596E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8596E8; }
p { color: rgb(133,150,232); }
H1.HeaderClassName
{
color: #8596E8;
}
.AnyTagClassName
{
color: #8596E8;
}
</style>
background-color css
<style>
a { background-color: #8596E8; }
a { background-color: rgb(133,150,232); }
div.DivClassName
{
background-color: #8596E8;
}
.BgClassName
{
background-color: #8596E8;
}
</style>
border-color css
<style>
span { border-color: #8596E8; }
span { border-color: rgb(133,150,232); }
td.TdClassName
{
border-color: #8596E8;
}
.TagClassName
{
border-color: #8596E8;
}
</style>