Shades of Portage #889EF0
Tints of Portage #889EF0
RGB
CMYK
RGB Variations
Color information
#889EF0 (or 0x889EF0) is known color: Portage. HEX triplet: 88, 9E and F0. RGB value is (136,158,240). Sum of RGB (Red+Green+Blue) = 136+158+240=534 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.47% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 240 - color contains mainly: blue. Hex color #889EF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889EF0 is #77610F. Grayscale: #A0A0A0. Windows color (decimal): -7823632 or 15769224. OLE color: 15769224.
HSL color Cylindrical-coordinate representation of color #889EF0: hue angle of 227.31º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #889EF0 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 158 | 240 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.06 |
| HSL | 227.31º | 0.78% | 0.74% | - |
| HSV(B) | 227.31º | 0.43% | 0.94% | - |
| XYZ | 38.11 | 35.98 | 87.37 | - |
| YUV | 160.77 | 172.71 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 158 | 240 | 0.43 | 0.34 | 0 | 0.06 | 227.31 | 0.78 | 0.74 |
| Hex | 88 | 9E | F0 | 2B | 22 | 0 | 6 | E3 | 4E | 4A |
| Octal | 210 | 236 | 360 | 53 | 42 | 0 | 6 | 343 | 116 | 112 |
| Binary | 10001000 | 10011110 | 11110000 | 101011 | 100010 | 0 | 110 | 11100011 | 1001110 | 1001010 |
Color Harmonies of #889EF0
Complementary color
Monochromatic Colors of #889EF0
Black with #889EF0
Text Example
Text Example
White with #889EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889EF0; }
p { color: rgb(136,158,240); }
H1.HeaderClassName
{
color: #889EF0;
}
.AnyTagClassName
{
color: #889EF0;
}
</style>
background-color css
<style>
a { background-color: #889EF0; }
a { background-color: rgb(136,158,240); }
div.DivClassName
{
background-color: #889EF0;
}
.BgClassName
{
background-color: #889EF0;
}
</style>
border-color css
<style>
span { border-color: #889EF0; }
span { border-color: rgb(136,158,240); }
td.TdClassName
{
border-color: #889EF0;
}
.TagClassName
{
border-color: #889EF0;
}
</style>