Shades of Portage #889CE2
Tints of Portage #889CE2
RGB
CMYK
RGB Variations
Color information
#889CE2 (or 0x889CE2) is known color: Portage. HEX triplet: 88, 9C and E2. RGB value is (136,156,226). Sum of RGB (Red+Green+Blue) = 136+156+226=518 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.25% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 226 (88.67% from 255 or 43.63% from 518); Max value from RGB is 226 - color contains mainly: blue. Hex color #889CE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CE2 is #77631D. Grayscale: #9D9D9D. Windows color (decimal): -7824158 or 14851208. OLE color: 14851208.
HSL color Cylindrical-coordinate representation of color #889CE2: hue angle of 226.67º degrees, saturation: 0.61, 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 #889CE2 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 136 | 156 | 226 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.11 |
| HSL | 226.67º | 0.61% | 0.71% | - |
| HSV(B) | 226.67º | 0.4% | 0.89% | - |
| XYZ | 35.77 | 34.5 | 76.73 | - |
| YUV | 158 | 166.37 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 226 | 0.40 | 0.31 | 0 | 0.11 | 226.67 | 0.61 | 0.71 |
| Hex | 88 | 9C | E2 | 28 | 1F | 0 | B | E3 | 3D | 47 |
| Octal | 210 | 234 | 342 | 50 | 37 | 0 | 13 | 343 | 75 | 107 |
| Binary | 10001000 | 10011100 | 11100010 | 101000 | 11111 | 0 | 1011 | 11100011 | 111101 | 1000111 |
Color Harmonies of #889CE2
Complementary color
Monochromatic Colors of #889CE2
Black with #889CE2
Text Example
Text Example
White with #889CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889CE2; }
p { color: rgb(136,156,226); }
H1.HeaderClassName
{
color: #889CE2;
}
.AnyTagClassName
{
color: #889CE2;
}
</style>
background-color css
<style>
a { background-color: #889CE2; }
a { background-color: rgb(136,156,226); }
div.DivClassName
{
background-color: #889CE2;
}
.BgClassName
{
background-color: #889CE2;
}
</style>
border-color css
<style>
span { border-color: #889CE2; }
span { border-color: rgb(136,156,226); }
td.TdClassName
{
border-color: #889CE2;
}
.TagClassName
{
border-color: #889CE2;
}
</style>