Shades of Portage #8899EE
Tints of Portage #8899EE
RGB
CMYK
RGB Variations
Color information
#8899EE (or 0x8899EE) is known color: Portage. HEX triplet: 88, 99 and EE. RGB value is (136,153,238). Sum of RGB (Red+Green+Blue) = 136+153+238=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #8899EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8899EE is #776611. Grayscale: #9D9D9D. Windows color (decimal): -7824914 or 15636872. OLE color: 15636872.
HSL color Cylindrical-coordinate representation of color #8899EE: hue angle of 230º 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 #8899EE is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 153 | 238 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.07 |
| HSL | 230º | 0.75% | 0.73% | - |
| HSV(B) | 230º | 0.43% | 0.93% | - |
| XYZ | 36.98 | 34.19 | 85.54 | - |
| YUV | 157.61 | 173.37 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 153 | 238 | 0.43 | 0.36 | 0 | 0.07 | 230 | 0.75 | 0.73 |
| Hex | 88 | 99 | EE | 2B | 24 | 0 | 7 | E6 | 4B | 49 |
| Octal | 210 | 231 | 356 | 53 | 44 | 0 | 7 | 346 | 113 | 111 |
| Binary | 10001000 | 10011001 | 11101110 | 101011 | 100100 | 0 | 111 | 11100110 | 1001011 | 1001001 |
Color Harmonies of #8899EE
Complementary color
Monochromatic Colors of #8899EE
Black with #8899EE
Text Example
Text Example
White with #8899EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8899EE; }
p { color: rgb(136,153,238); }
H1.HeaderClassName
{
color: #8899EE;
}
.AnyTagClassName
{
color: #8899EE;
}
</style>
background-color css
<style>
a { background-color: #8899EE; }
a { background-color: rgb(136,153,238); }
div.DivClassName
{
background-color: #8899EE;
}
.BgClassName
{
background-color: #8899EE;
}
</style>
border-color css
<style>
span { border-color: #8899EE; }
span { border-color: rgb(136,153,238); }
td.TdClassName
{
border-color: #8899EE;
}
.TagClassName
{
border-color: #8899EE;
}
</style>