Shades of Portage #889EEB
Tints of Portage #889EEB
RGB
CMYK
RGB Variations
Color information
#889EEB (or 0x889EEB) is known color: Portage. HEX triplet: 88, 9E and EB. RGB value is (136,158,235). Sum of RGB (Red+Green+Blue) = 136+158+235=529 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.71% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #889EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889EEB is #776114. Grayscale: #9F9F9F. Windows color (decimal): -7823637 or 15441544. OLE color: 15441544.
HSL color Cylindrical-coordinate representation of color #889EEB: hue angle of 226.67º degrees, saturation: 0.71, 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 #889EEB is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 158 | 235 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.08 |
| HSL | 226.67º | 0.71% | 0.73% | - |
| HSV(B) | 226.67º | 0.42% | 0.92% | - |
| XYZ | 37.38 | 35.69 | 83.52 | - |
| YUV | 160.2 | 170.21 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 158 | 235 | 0.42 | 0.33 | 0 | 0.08 | 226.67 | 0.71 | 0.73 |
| Hex | 88 | 9E | EB | 2A | 21 | 0 | 8 | E3 | 47 | 49 |
| Octal | 210 | 236 | 353 | 52 | 41 | 0 | 10 | 343 | 107 | 111 |
| Binary | 10001000 | 10011110 | 11101011 | 101010 | 100001 | 0 | 1000 | 11100011 | 1000111 | 1001001 |
Color Harmonies of #889EEB
Complementary color
Monochromatic Colors of #889EEB
Black with #889EEB
Text Example
Text Example
White with #889EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889EEB; }
p { color: rgb(136,158,235); }
H1.HeaderClassName
{
color: #889EEB;
}
.AnyTagClassName
{
color: #889EEB;
}
</style>
background-color css
<style>
a { background-color: #889EEB; }
a { background-color: rgb(136,158,235); }
div.DivClassName
{
background-color: #889EEB;
}
.BgClassName
{
background-color: #889EEB;
}
</style>
border-color css
<style>
span { border-color: #889EEB; }
span { border-color: rgb(136,158,235); }
td.TdClassName
{
border-color: #889EEB;
}
.TagClassName
{
border-color: #889EEB;
}
</style>