Shades of Portage #8895EB
Tints of Portage #8895EB
RGB
CMYK
RGB Variations
Color information
#8895EB (or 0x8895EB) is known color: Portage. HEX triplet: 88, 95 and EB. RGB value is (136,149,235). Sum of RGB (Red+Green+Blue) = 136+149+235=520 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.15% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #8895EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8895EB is #776A14. Grayscale: #9A9A9A. Windows color (decimal): -7825941 or 15439240. OLE color: 15439240.
HSL color Cylindrical-coordinate representation of color #8895EB: hue angle of 232.12º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8895EB is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 149 | 235 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.08 |
| HSL | 232.12º | 0.71% | 0.73% | - |
| HSV(B) | 232.12º | 0.42% | 0.92% | - |
| XYZ | 35.9 | 32.73 | 83.02 | - |
| YUV | 154.92 | 173.19 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 149 | 235 | 0.42 | 0.37 | 0 | 0.08 | 232.12 | 0.71 | 0.73 |
| Hex | 88 | 95 | EB | 2A | 25 | 0 | 8 | E8 | 47 | 49 |
| Octal | 210 | 225 | 353 | 52 | 45 | 0 | 10 | 350 | 107 | 111 |
| Binary | 10001000 | 10010101 | 11101011 | 101010 | 100101 | 0 | 1000 | 11101000 | 1000111 | 1001001 |
Color Harmonies of #8895EB
Complementary color
Monochromatic Colors of #8895EB
Black with #8895EB
Text Example
Text Example
White with #8895EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8895EB; }
p { color: rgb(136,149,235); }
H1.HeaderClassName
{
color: #8895EB;
}
.AnyTagClassName
{
color: #8895EB;
}
</style>
background-color css
<style>
a { background-color: #8895EB; }
a { background-color: rgb(136,149,235); }
div.DivClassName
{
background-color: #8895EB;
}
.BgClassName
{
background-color: #8895EB;
}
</style>
border-color css
<style>
span { border-color: #8895EB; }
span { border-color: rgb(136,149,235); }
td.TdClassName
{
border-color: #8895EB;
}
.TagClassName
{
border-color: #8895EB;
}
</style>