Shades of Portage #88A2E5
Tints of Portage #88A2E5
RGB
CMYK
RGB Variations
Color information
#88A2E5 (or 0x88A2E5) is known color: Portage. HEX triplet: 88, A2 and E5. RGB value is (136,162,229). Sum of RGB (Red+Green+Blue) = 136+162+229=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 229 (89.84% from 255 or 43.45% from 527); Max value from RGB is 229 - color contains mainly: blue. Hex color #88A2E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A2E5 is #775D1A. Grayscale: #A1A1A1. Windows color (decimal): -7822619 or 15049352. OLE color: 15049352.
HSL color Cylindrical-coordinate representation of color #88A2E5: hue angle of 223.23º 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 #88A2E5 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 136 | 162 | 229 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.10 |
| HSL | 223.23º | 0.64% | 0.72% | - |
| HSV(B) | 223.23º | 0.41% | 0.9% | - |
| XYZ | 37.22 | 36.73 | 79.26 | - |
| YUV | 161.86 | 165.89 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 162 | 229 | 0.41 | 0.29 | 0 | 0.10 | 223.23 | 0.64 | 0.72 |
| Hex | 88 | A2 | E5 | 29 | 1D | 0 | A | DF | 40 | 48 |
| Octal | 210 | 242 | 345 | 51 | 35 | 0 | 12 | 337 | 100 | 110 |
| Binary | 10001000 | 10100010 | 11100101 | 101001 | 11101 | 0 | 1010 | 11011111 | 1000000 | 1001000 |
Color Harmonies of #88A2E5
Complementary color
Monochromatic Colors of #88A2E5
Black with #88A2E5
Text Example
Text Example
White with #88A2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A2E5; }
p { color: rgb(136,162,229); }
H1.HeaderClassName
{
color: #88A2E5;
}
.AnyTagClassName
{
color: #88A2E5;
}
</style>
background-color css
<style>
a { background-color: #88A2E5; }
a { background-color: rgb(136,162,229); }
div.DivClassName
{
background-color: #88A2E5;
}
.BgClassName
{
background-color: #88A2E5;
}
</style>
border-color css
<style>
span { border-color: #88A2E5; }
span { border-color: rgb(136,162,229); }
td.TdClassName
{
border-color: #88A2E5;
}
.TagClassName
{
border-color: #88A2E5;
}
</style>