Shades of Portage #889BEC
Tints of Portage #889BEC
RGB
CMYK
RGB Variations
Color information
#889BEC (or 0x889BEC) is known color: Portage. HEX triplet: 88, 9B and EC. RGB value is (136,155,236). Sum of RGB (Red+Green+Blue) = 136+155+236=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #889BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889BEC is #776413. Grayscale: #9E9E9E. Windows color (decimal): -7824404 or 15506312. OLE color: 15506312.
HSL color Cylindrical-coordinate representation of color #889BEC: hue angle of 228.6º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #889BEC is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 155 | 236 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.07 |
| HSL | 228.6º | 0.72% | 0.73% | - |
| HSV(B) | 228.6º | 0.42% | 0.93% | - |
| XYZ | 37.02 | 34.73 | 84.11 | - |
| YUV | 158.55 | 171.71 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 236 | 0.42 | 0.34 | 0 | 0.07 | 228.6 | 0.72 | 0.73 |
| Hex | 88 | 9B | EC | 2A | 22 | 0 | 7 | E5 | 48 | 49 |
| Octal | 210 | 233 | 354 | 52 | 42 | 0 | 7 | 345 | 110 | 111 |
| Binary | 10001000 | 10011011 | 11101100 | 101010 | 100010 | 0 | 111 | 11100101 | 1001000 | 1001001 |
Color Harmonies of #889BEC
Complementary color
Monochromatic Colors of #889BEC
Black with #889BEC
Text Example
Text Example
White with #889BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889BEC; }
p { color: rgb(136,155,236); }
H1.HeaderClassName
{
color: #889BEC;
}
.AnyTagClassName
{
color: #889BEC;
}
</style>
background-color css
<style>
a { background-color: #889BEC; }
a { background-color: rgb(136,155,236); }
div.DivClassName
{
background-color: #889BEC;
}
.BgClassName
{
background-color: #889BEC;
}
</style>
border-color css
<style>
span { border-color: #889BEC; }
span { border-color: rgb(136,155,236); }
td.TdClassName
{
border-color: #889BEC;
}
.TagClassName
{
border-color: #889BEC;
}
</style>