Shades of Portage #889EDA
Tints of Portage #889EDA
RGB
CMYK
RGB Variations
Color information
#889EDA (or 0x889EDA) is known color: Portage. HEX triplet: 88, 9E and DA. RGB value is (136,158,218). Sum of RGB (Red+Green+Blue) = 136+158+218=512 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.56% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #889EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889EDA is #776125. Grayscale: #9D9D9D. Windows color (decimal): -7823654 or 14327432. OLE color: 14327432.
HSL color Cylindrical-coordinate representation of color #889EDA: hue angle of 223.9º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #889EDA is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 158 | 218 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.15 |
| HSL | 223.9º | 0.53% | 0.69% | - |
| HSV(B) | 223.9º | 0.38% | 0.85% | - |
| XYZ | 35.04 | 34.75 | 71.19 | - |
| YUV | 158.26 | 161.71 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 158 | 218 | 0.38 | 0.28 | 0 | 0.15 | 223.9 | 0.53 | 0.69 |
| Hex | 88 | 9E | DA | 26 | 1C | 0 | F | E0 | 35 | 45 |
| Octal | 210 | 236 | 332 | 46 | 34 | 0 | 17 | 340 | 65 | 105 |
| Binary | 10001000 | 10011110 | 11011010 | 100110 | 11100 | 0 | 1111 | 11100000 | 110101 | 1000101 |
Color Harmonies of #889EDA
Complementary color
Monochromatic Colors of #889EDA
Black with #889EDA
Text Example
Text Example
White with #889EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889EDA; }
p { color: rgb(136,158,218); }
H1.HeaderClassName
{
color: #889EDA;
}
.AnyTagClassName
{
color: #889EDA;
}
</style>
background-color css
<style>
a { background-color: #889EDA; }
a { background-color: rgb(136,158,218); }
div.DivClassName
{
background-color: #889EDA;
}
.BgClassName
{
background-color: #889EDA;
}
</style>
border-color css
<style>
span { border-color: #889EDA; }
span { border-color: rgb(136,158,218); }
td.TdClassName
{
border-color: #889EDA;
}
.TagClassName
{
border-color: #889EDA;
}
</style>