Shades of Portage #889AE3
Tints of Portage #889AE3
RGB
CMYK
RGB Variations
Color information
#889AE3 (or 0x889AE3) is known color: Portage. HEX triplet: 88, 9A and E3. RGB value is (136,154,227). Sum of RGB (Red+Green+Blue) = 136+154+227=517 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.31% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 227 (89.06% from 255 or 43.91% from 517); Max value from RGB is 227 - color contains mainly: blue. Hex color #889AE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889AE3 is #77651C. Grayscale: #9C9C9C. Windows color (decimal): -7824669 or 14916232. OLE color: 14916232.
HSL color Cylindrical-coordinate representation of color #889AE3: hue angle of 228.13º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #889AE3 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 136 | 154 | 227 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.11 |
| HSL | 228.13º | 0.62% | 0.71% | - |
| HSV(B) | 228.13º | 0.4% | 0.89% | - |
| XYZ | 35.57 | 33.89 | 77.34 | - |
| YUV | 156.94 | 167.54 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 154 | 227 | 0.40 | 0.32 | 0 | 0.11 | 228.13 | 0.62 | 0.71 |
| Hex | 88 | 9A | E3 | 28 | 20 | 0 | B | E4 | 3E | 47 |
| Octal | 210 | 232 | 343 | 50 | 40 | 0 | 13 | 344 | 76 | 107 |
| Binary | 10001000 | 10011010 | 11100011 | 101000 | 100000 | 0 | 1011 | 11100100 | 111110 | 1000111 |
Color Harmonies of #889AE3
Complementary color
Monochromatic Colors of #889AE3
Black with #889AE3
Text Example
Text Example
White with #889AE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889AE3; }
p { color: rgb(136,154,227); }
H1.HeaderClassName
{
color: #889AE3;
}
.AnyTagClassName
{
color: #889AE3;
}
</style>
background-color css
<style>
a { background-color: #889AE3; }
a { background-color: rgb(136,154,227); }
div.DivClassName
{
background-color: #889AE3;
}
.BgClassName
{
background-color: #889AE3;
}
</style>
border-color css
<style>
span { border-color: #889AE3; }
span { border-color: rgb(136,154,227); }
td.TdClassName
{
border-color: #889AE3;
}
.TagClassName
{
border-color: #889AE3;
}
</style>