Shades of Portage #889EDE
Tints of Portage #889EDE
RGB
CMYK
RGB Variations
Color information
#889EDE (or 0x889EDE) is known color: Portage. HEX triplet: 88, 9E and DE. RGB value is (136,158,222). Sum of RGB (Red+Green+Blue) = 136+158+222=516 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.36% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #889EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889EDE is #776121. Grayscale: #9E9E9E. Windows color (decimal): -7823650 or 14589576. OLE color: 14589576.
HSL color Cylindrical-coordinate representation of color #889EDE: hue angle of 224.65º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #889EDE is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 158 | 222 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.13 |
| HSL | 224.65º | 0.57% | 0.7% | - |
| HSV(B) | 224.65º | 0.39% | 0.87% | - |
| XYZ | 35.57 | 34.96 | 73.98 | - |
| YUV | 158.72 | 163.71 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 158 | 222 | 0.39 | 0.29 | 0 | 0.13 | 224.65 | 0.57 | 0.7 |
| Hex | 88 | 9E | DE | 27 | 1D | 0 | D | E1 | 39 | 46 |
| Octal | 210 | 236 | 336 | 47 | 35 | 0 | 15 | 341 | 71 | 106 |
| Binary | 10001000 | 10011110 | 11011110 | 100111 | 11101 | 0 | 1101 | 11100001 | 111001 | 1000110 |
Color Harmonies of #889EDE
Complementary color
Monochromatic Colors of #889EDE
Black with #889EDE
Text Example
Text Example
White with #889EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889EDE; }
p { color: rgb(136,158,222); }
H1.HeaderClassName
{
color: #889EDE;
}
.AnyTagClassName
{
color: #889EDE;
}
</style>
background-color css
<style>
a { background-color: #889EDE; }
a { background-color: rgb(136,158,222); }
div.DivClassName
{
background-color: #889EDE;
}
.BgClassName
{
background-color: #889EDE;
}
</style>
border-color css
<style>
span { border-color: #889EDE; }
span { border-color: rgb(136,158,222); }
td.TdClassName
{
border-color: #889EDE;
}
.TagClassName
{
border-color: #889EDE;
}
</style>