Shades of Portage #889AEC
Tints of Portage #889AEC
RGB
CMYK
RGB Variations
Color information
#889AEC (or 0x889AEC) is known color: Portage. HEX triplet: 88, 9A and EC. RGB value is (136,154,236). Sum of RGB (Red+Green+Blue) = 136+154+236=526 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.86% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #889AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889AEC is #776513. Grayscale: #9D9D9D. Windows color (decimal): -7824660 or 15506056. OLE color: 15506056.
HSL color Cylindrical-coordinate representation of color #889AEC: hue angle of 229.2º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #889AEC is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 154 | 236 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.07 |
| HSL | 229.2º | 0.72% | 0.73% | - |
| HSV(B) | 229.2º | 0.42% | 0.93% | - |
| XYZ | 36.85 | 34.4 | 84.05 | - |
| YUV | 157.97 | 172.04 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 154 | 236 | 0.42 | 0.35 | 0 | 0.07 | 229.2 | 0.72 | 0.73 |
| Hex | 88 | 9A | EC | 2A | 23 | 0 | 7 | E5 | 48 | 49 |
| Octal | 210 | 232 | 354 | 52 | 43 | 0 | 7 | 345 | 110 | 111 |
| Binary | 10001000 | 10011010 | 11101100 | 101010 | 100011 | 0 | 111 | 11100101 | 1001000 | 1001001 |
Color Harmonies of #889AEC
Complementary color
Monochromatic Colors of #889AEC
Black with #889AEC
Text Example
Text Example
White with #889AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889AEC; }
p { color: rgb(136,154,236); }
H1.HeaderClassName
{
color: #889AEC;
}
.AnyTagClassName
{
color: #889AEC;
}
</style>
background-color css
<style>
a { background-color: #889AEC; }
a { background-color: rgb(136,154,236); }
div.DivClassName
{
background-color: #889AEC;
}
.BgClassName
{
background-color: #889AEC;
}
</style>
border-color css
<style>
span { border-color: #889AEC; }
span { border-color: rgb(136,154,236); }
td.TdClassName
{
border-color: #889AEC;
}
.TagClassName
{
border-color: #889AEC;
}
</style>