Shades of Portage #8895E1
Tints of Portage #8895E1
RGB
CMYK
RGB Variations
Color information
#8895E1 (or 0x8895E1) is known color: Portage. HEX triplet: 88, 95 and E1. RGB value is (136,149,225). Sum of RGB (Red+Green+Blue) = 136+149+225=510 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.67% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 225 (88.28% from 255 or 44.12% from 510); Max value from RGB is 225 - color contains mainly: blue. Hex color #8895E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8895E1 is #776A1E. Grayscale: #999999. Windows color (decimal): -7825951 or 14783880. OLE color: 14783880.
HSL color Cylindrical-coordinate representation of color #8895E1: hue angle of 231.24º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8895E1 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 149 | 225 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.12 |
| HSL | 231.24º | 0.6% | 0.71% | - |
| HSV(B) | 231.24º | 0.4% | 0.88% | - |
| XYZ | 34.49 | 32.17 | 75.62 | - |
| YUV | 153.78 | 168.19 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 149 | 225 | 0.40 | 0.34 | 0 | 0.12 | 231.24 | 0.6 | 0.71 |
| Hex | 88 | 95 | E1 | 28 | 22 | 0 | C | E7 | 3C | 47 |
| Octal | 210 | 225 | 341 | 50 | 42 | 0 | 14 | 347 | 74 | 107 |
| Binary | 10001000 | 10010101 | 11100001 | 101000 | 100010 | 0 | 1100 | 11100111 | 111100 | 1000111 |
Color Harmonies of #8895E1
Complementary color
Monochromatic Colors of #8895E1
Black with #8895E1
Text Example
Text Example
White with #8895E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8895E1; }
p { color: rgb(136,149,225); }
H1.HeaderClassName
{
color: #8895E1;
}
.AnyTagClassName
{
color: #8895E1;
}
</style>
background-color css
<style>
a { background-color: #8895E1; }
a { background-color: rgb(136,149,225); }
div.DivClassName
{
background-color: #8895E1;
}
.BgClassName
{
background-color: #8895E1;
}
</style>
border-color css
<style>
span { border-color: #8895E1; }
span { border-color: rgb(136,149,225); }
td.TdClassName
{
border-color: #8895E1;
}
.TagClassName
{
border-color: #8895E1;
}
</style>