Shades of Portage #8595E8
Tints of Portage #8595E8
RGB
CMYK
RGB Variations
Color information
#8595E8 (or 0x8595E8) is known color: Portage. HEX triplet: 85, 95 and E8. RGB value is (133,149,232). Sum of RGB (Red+Green+Blue) = 133+149+232=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 232 (91.02% from 255 or 45.14% from 514); Max value from RGB is 232 - color contains mainly: blue. Hex color #8595E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8595E8 is #7A6A17. Grayscale: #999999. Windows color (decimal): -8022552 or 15242629. OLE color: 15242629.
HSL color Cylindrical-coordinate representation of color #8595E8: hue angle of 230.3º 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 #8595E8 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 149 | 232 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.09 |
| HSL | 230.3º | 0.68% | 0.72% | - |
| HSV(B) | 230.3º | 0.43% | 0.91% | - |
| XYZ | 34.99 | 32.31 | 80.74 | - |
| YUV | 153.68 | 172.2 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 149 | 232 | 0.43 | 0.36 | 0 | 0.09 | 230.3 | 0.68 | 0.72 |
| Hex | 85 | 95 | E8 | 2B | 24 | 0 | 9 | E6 | 44 | 48 |
| Octal | 205 | 225 | 350 | 53 | 44 | 0 | 11 | 346 | 104 | 110 |
| Binary | 10000101 | 10010101 | 11101000 | 101011 | 100100 | 0 | 1001 | 11100110 | 1000100 | 1001000 |
Color Harmonies of #8595E8
Complementary color
Monochromatic Colors of #8595E8
Black with #8595E8
Text Example
Text Example
White with #8595E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8595E8; }
p { color: rgb(133,149,232); }
H1.HeaderClassName
{
color: #8595E8;
}
.AnyTagClassName
{
color: #8595E8;
}
</style>
background-color css
<style>
a { background-color: #8595E8; }
a { background-color: rgb(133,149,232); }
div.DivClassName
{
background-color: #8595E8;
}
.BgClassName
{
background-color: #8595E8;
}
</style>
border-color css
<style>
span { border-color: #8595E8; }
span { border-color: rgb(133,149,232); }
td.TdClassName
{
border-color: #8595E8;
}
.TagClassName
{
border-color: #8595E8;
}
</style>