Shades of Portage #88A0E8
Tints of Portage #88A0E8
RGB
CMYK
RGB Variations
Color information
#88A0E8 (or 0x88A0E8) is known color: Portage. HEX triplet: 88, A0 and E8. RGB value is (136,160,232). Sum of RGB (Red+Green+Blue) = 136+160+232=528 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.76% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 232 (91.02% from 255 or 43.94% from 528); Max value from RGB is 232 - color contains mainly: blue. Hex color #88A0E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A0E8 is #775F17. Grayscale: #A0A0A0. Windows color (decimal): -7823128 or 15245448. OLE color: 15245448.
HSL color Cylindrical-coordinate representation of color #88A0E8: hue angle of 225º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88A0E8 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 136 | 160 | 232 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.09 |
| HSL | 225º | 0.68% | 0.72% | - |
| HSV(B) | 225º | 0.41% | 0.91% | - |
| XYZ | 37.29 | 36.2 | 81.37 | - |
| YUV | 161.03 | 168.05 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 160 | 232 | 0.41 | 0.31 | 0 | 0.09 | 225 | 0.68 | 0.72 |
| Hex | 88 | A0 | E8 | 29 | 1F | 0 | 9 | E1 | 44 | 48 |
| Octal | 210 | 240 | 350 | 51 | 37 | 0 | 11 | 341 | 104 | 110 |
| Binary | 10001000 | 10100000 | 11101000 | 101001 | 11111 | 0 | 1001 | 11100001 | 1000100 | 1001000 |
Color Harmonies of #88A0E8
Complementary color
Monochromatic Colors of #88A0E8
Black with #88A0E8
Text Example
Text Example
White with #88A0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A0E8; }
p { color: rgb(136,160,232); }
H1.HeaderClassName
{
color: #88A0E8;
}
.AnyTagClassName
{
color: #88A0E8;
}
</style>
background-color css
<style>
a { background-color: #88A0E8; }
a { background-color: rgb(136,160,232); }
div.DivClassName
{
background-color: #88A0E8;
}
.BgClassName
{
background-color: #88A0E8;
}
</style>
border-color css
<style>
span { border-color: #88A0E8; }
span { border-color: rgb(136,160,232); }
td.TdClassName
{
border-color: #88A0E8;
}
.TagClassName
{
border-color: #88A0E8;
}
</style>