Shades of Portage #889FEB
Tints of Portage #889FEB
RGB
CMYK
RGB Variations
Color information
#889FEB (or 0x889FEB) is known color: Portage. HEX triplet: 88, 9F and EB. RGB value is (136,159,235). Sum of RGB (Red+Green+Blue) = 136+159+235=530 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.66% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #889FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889FEB is #776014. Grayscale: #A0A0A0. Windows color (decimal): -7823381 or 15441800. OLE color: 15441800.
HSL color Cylindrical-coordinate representation of color #889FEB: hue angle of 226.06º 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 #889FEB is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 159 | 235 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.08 |
| HSL | 226.06º | 0.71% | 0.73% | - |
| HSV(B) | 226.06º | 0.42% | 0.92% | - |
| XYZ | 37.55 | 36.03 | 83.57 | - |
| YUV | 160.79 | 169.88 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 159 | 235 | 0.42 | 0.32 | 0 | 0.08 | 226.06 | 0.71 | 0.73 |
| Hex | 88 | 9F | EB | 2A | 20 | 0 | 8 | E2 | 47 | 49 |
| Octal | 210 | 237 | 353 | 52 | 40 | 0 | 10 | 342 | 107 | 111 |
| Binary | 10001000 | 10011111 | 11101011 | 101010 | 100000 | 0 | 1000 | 11100010 | 1000111 | 1001001 |
Color Harmonies of #889FEB
Complementary color
Monochromatic Colors of #889FEB
Black with #889FEB
Text Example
Text Example
White with #889FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889FEB; }
p { color: rgb(136,159,235); }
H1.HeaderClassName
{
color: #889FEB;
}
.AnyTagClassName
{
color: #889FEB;
}
</style>
background-color css
<style>
a { background-color: #889FEB; }
a { background-color: rgb(136,159,235); }
div.DivClassName
{
background-color: #889FEB;
}
.BgClassName
{
background-color: #889FEB;
}
</style>
border-color css
<style>
span { border-color: #889FEB; }
span { border-color: rgb(136,159,235); }
td.TdClassName
{
border-color: #889FEB;
}
.TagClassName
{
border-color: #889FEB;
}
</style>