Shades of Portage #88A0ED
Tints of Portage #88A0ED
RGB
CMYK
RGB Variations
Color information
#88A0ED (or 0x88A0ED) is known color: Portage. HEX triplet: 88, A0 and ED. RGB value is (136,160,237). Sum of RGB (Red+Green+Blue) = 136+160+237=533 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.52% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #88A0ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A0ED is #775F12. Grayscale: #A1A1A1. Windows color (decimal): -7823123 or 15573128. OLE color: 15573128.
HSL color Cylindrical-coordinate representation of color #88A0ED: hue angle of 225.74º degrees, saturation: 0.74, 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 #88A0ED is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 160 | 237 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.07 |
| HSL | 225.74º | 0.74% | 0.73% | - |
| HSV(B) | 225.74º | 0.43% | 0.93% | - |
| XYZ | 38.01 | 36.49 | 85.16 | - |
| YUV | 161.6 | 170.55 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 160 | 237 | 0.43 | 0.32 | 0 | 0.07 | 225.74 | 0.74 | 0.73 |
| Hex | 88 | A0 | ED | 2B | 20 | 0 | 7 | E2 | 4A | 49 |
| Octal | 210 | 240 | 355 | 53 | 40 | 0 | 7 | 342 | 112 | 111 |
| Binary | 10001000 | 10100000 | 11101101 | 101011 | 100000 | 0 | 111 | 11100010 | 1001010 | 1001001 |
Color Harmonies of #88A0ED
Complementary color
Monochromatic Colors of #88A0ED
Black with #88A0ED
Text Example
Text Example
White with #88A0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A0ED; }
p { color: rgb(136,160,237); }
H1.HeaderClassName
{
color: #88A0ED;
}
.AnyTagClassName
{
color: #88A0ED;
}
</style>
background-color css
<style>
a { background-color: #88A0ED; }
a { background-color: rgb(136,160,237); }
div.DivClassName
{
background-color: #88A0ED;
}
.BgClassName
{
background-color: #88A0ED;
}
</style>
border-color css
<style>
span { border-color: #88A0ED; }
span { border-color: rgb(136,160,237); }
td.TdClassName
{
border-color: #88A0ED;
}
.TagClassName
{
border-color: #88A0ED;
}
</style>