Shades of Portage #889FEA
Tints of Portage #889FEA
RGB
CMYK
RGB Variations
Color information
#889FEA (or 0x889FEA) is known color: Portage. HEX triplet: 88, 9F and EA. RGB value is (136,159,234). Sum of RGB (Red+Green+Blue) = 136+159+234=529 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.71% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #889FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889FEA is #776015. Grayscale: #A0A0A0. Windows color (decimal): -7823382 or 15376264. OLE color: 15376264.
HSL color Cylindrical-coordinate representation of color #889FEA: hue angle of 225.92º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #889FEA is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 159 | 234 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.08 |
| HSL | 225.92º | 0.7% | 0.73% | - |
| HSV(B) | 225.92º | 0.42% | 0.92% | - |
| XYZ | 37.4 | 35.97 | 82.81 | - |
| YUV | 160.67 | 169.38 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 159 | 234 | 0.42 | 0.32 | 0 | 0.08 | 225.92 | 0.7 | 0.73 |
| Hex | 88 | 9F | EA | 2A | 20 | 0 | 8 | E2 | 46 | 49 |
| Octal | 210 | 237 | 352 | 52 | 40 | 0 | 10 | 342 | 106 | 111 |
| Binary | 10001000 | 10011111 | 11101010 | 101010 | 100000 | 0 | 1000 | 11100010 | 1000110 | 1001001 |
Color Harmonies of #889FEA
Complementary color
Monochromatic Colors of #889FEA
Black with #889FEA
Text Example
Text Example
White with #889FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889FEA; }
p { color: rgb(136,159,234); }
H1.HeaderClassName
{
color: #889FEA;
}
.AnyTagClassName
{
color: #889FEA;
}
</style>
background-color css
<style>
a { background-color: #889FEA; }
a { background-color: rgb(136,159,234); }
div.DivClassName
{
background-color: #889FEA;
}
.BgClassName
{
background-color: #889FEA;
}
</style>
border-color css
<style>
span { border-color: #889FEA; }
span { border-color: rgb(136,159,234); }
td.TdClassName
{
border-color: #889FEA;
}
.TagClassName
{
border-color: #889FEA;
}
</style>