Shades of Portage #8896E5
Tints of Portage #8896E5
RGB
CMYK
RGB Variations
Color information
#8896E5 (or 0x8896E5) is known color: Portage. HEX triplet: 88, 96 and E5. RGB value is (136,150,229). Sum of RGB (Red+Green+Blue) = 136+150+229=515 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.41% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 229 (89.84% from 255 or 44.47% from 515); Max value from RGB is 229 - color contains mainly: blue. Hex color #8896E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8896E5 is #77691A. Grayscale: #9A9A9A. Windows color (decimal): -7825691 or 15046280. OLE color: 15046280.
HSL color Cylindrical-coordinate representation of color #8896E5: hue angle of 230.97º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8896E5 is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 136 | 150 | 229 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.10 |
| HSL | 230.97º | 0.64% | 0.72% | - |
| HSV(B) | 230.97º | 0.41% | 0.9% | - |
| XYZ | 35.2 | 32.7 | 78.59 | - |
| YUV | 154.82 | 169.86 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 150 | 229 | 0.41 | 0.34 | 0 | 0.10 | 230.97 | 0.64 | 0.72 |
| Hex | 88 | 96 | E5 | 29 | 22 | 0 | A | E7 | 40 | 48 |
| Octal | 210 | 226 | 345 | 51 | 42 | 0 | 12 | 347 | 100 | 110 |
| Binary | 10001000 | 10010110 | 11100101 | 101001 | 100010 | 0 | 1010 | 11100111 | 1000000 | 1001000 |
Color Harmonies of #8896E5
Complementary color
Monochromatic Colors of #8896E5
Black with #8896E5
Text Example
Text Example
White with #8896E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8896E5; }
p { color: rgb(136,150,229); }
H1.HeaderClassName
{
color: #8896E5;
}
.AnyTagClassName
{
color: #8896E5;
}
</style>
background-color css
<style>
a { background-color: #8896E5; }
a { background-color: rgb(136,150,229); }
div.DivClassName
{
background-color: #8896E5;
}
.BgClassName
{
background-color: #8896E5;
}
</style>
border-color css
<style>
span { border-color: #8896E5; }
span { border-color: rgb(136,150,229); }
td.TdClassName
{
border-color: #8896E5;
}
.TagClassName
{
border-color: #8896E5;
}
</style>