Shades of Portage #889EDC
Tints of Portage #889EDC
RGB
CMYK
RGB Variations
Color information
#889EDC (or 0x889EDC) is known color: Portage. HEX triplet: 88, 9E and DC. RGB value is (136,158,220). Sum of RGB (Red+Green+Blue) = 136+158+220=514 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.46% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #889EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889EDC is #776123. Grayscale: #9E9E9E. Windows color (decimal): -7823652 or 14458504. OLE color: 14458504.
HSL color Cylindrical-coordinate representation of color #889EDC: hue angle of 224.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #889EDC is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 158 | 220 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.14 |
| HSL | 224.29º | 0.55% | 0.7% | - |
| HSV(B) | 224.29º | 0.38% | 0.86% | - |
| XYZ | 35.3 | 34.86 | 72.58 | - |
| YUV | 158.49 | 162.71 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 158 | 220 | 0.38 | 0.28 | 0 | 0.14 | 224.29 | 0.55 | 0.7 |
| Hex | 88 | 9E | DC | 26 | 1C | 0 | E | E0 | 37 | 46 |
| Octal | 210 | 236 | 334 | 46 | 34 | 0 | 16 | 340 | 67 | 106 |
| Binary | 10001000 | 10011110 | 11011100 | 100110 | 11100 | 0 | 1110 | 11100000 | 110111 | 1000110 |
Color Harmonies of #889EDC
Complementary color
Monochromatic Colors of #889EDC
Black with #889EDC
Text Example
Text Example
White with #889EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889EDC; }
p { color: rgb(136,158,220); }
H1.HeaderClassName
{
color: #889EDC;
}
.AnyTagClassName
{
color: #889EDC;
}
</style>
background-color css
<style>
a { background-color: #889EDC; }
a { background-color: rgb(136,158,220); }
div.DivClassName
{
background-color: #889EDC;
}
.BgClassName
{
background-color: #889EDC;
}
</style>
border-color css
<style>
span { border-color: #889EDC; }
span { border-color: rgb(136,158,220); }
td.TdClassName
{
border-color: #889EDC;
}
.TagClassName
{
border-color: #889EDC;
}
</style>