Shades of Portage #88A0EE
Tints of Portage #88A0EE
RGB
CMYK
RGB Variations
Color information
#88A0EE (or 0x88A0EE) is known color: Portage. HEX triplet: 88, A0 and EE. RGB value is (136,160,238). Sum of RGB (Red+Green+Blue) = 136+160+238=534 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.47% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #88A0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A0EE is #775F11. Grayscale: #A1A1A1. Windows color (decimal): -7823122 or 15638664. OLE color: 15638664.
HSL color Cylindrical-coordinate representation of color #88A0EE: hue angle of 225.88º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88A0EE is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 160 | 238 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.07 |
| HSL | 225.88º | 0.75% | 0.73% | - |
| HSV(B) | 225.88º | 0.43% | 0.93% | - |
| XYZ | 38.16 | 36.55 | 85.93 | - |
| YUV | 161.72 | 171.05 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 160 | 238 | 0.43 | 0.33 | 0 | 0.07 | 225.88 | 0.75 | 0.73 |
| Hex | 88 | A0 | EE | 2B | 21 | 0 | 7 | E2 | 4B | 49 |
| Octal | 210 | 240 | 356 | 53 | 41 | 0 | 7 | 342 | 113 | 111 |
| Binary | 10001000 | 10100000 | 11101110 | 101011 | 100001 | 0 | 111 | 11100010 | 1001011 | 1001001 |
Color Harmonies of #88A0EE
Complementary color
Monochromatic Colors of #88A0EE
Black with #88A0EE
Text Example
Text Example
White with #88A0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A0EE; }
p { color: rgb(136,160,238); }
H1.HeaderClassName
{
color: #88A0EE;
}
.AnyTagClassName
{
color: #88A0EE;
}
</style>
background-color css
<style>
a { background-color: #88A0EE; }
a { background-color: rgb(136,160,238); }
div.DivClassName
{
background-color: #88A0EE;
}
.BgClassName
{
background-color: #88A0EE;
}
</style>
border-color css
<style>
span { border-color: #88A0EE; }
span { border-color: rgb(136,160,238); }
td.TdClassName
{
border-color: #88A0EE;
}
.TagClassName
{
border-color: #88A0EE;
}
</style>