Shades of Portage #889BEE
Tints of Portage #889BEE
RGB
CMYK
RGB Variations
Color information
#889BEE (or 0x889BEE) is known color: Portage. HEX triplet: 88, 9B and EE. RGB value is (136,155,238). Sum of RGB (Red+Green+Blue) = 136+155+238=529 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.71% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #889BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889BEE is #776411. Grayscale: #9E9E9E. Windows color (decimal): -7824402 or 15637384. OLE color: 15637384.
HSL color Cylindrical-coordinate representation of color #889BEE: hue angle of 228.82º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #889BEE is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 155 | 238 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.07 |
| HSL | 228.82º | 0.75% | 0.73% | - |
| HSV(B) | 228.82º | 0.43% | 0.93% | - |
| XYZ | 37.31 | 34.85 | 85.65 | - |
| YUV | 158.78 | 172.71 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 238 | 0.43 | 0.35 | 0 | 0.07 | 228.82 | 0.75 | 0.73 |
| Hex | 88 | 9B | EE | 2B | 23 | 0 | 7 | E5 | 4B | 49 |
| Octal | 210 | 233 | 356 | 53 | 43 | 0 | 7 | 345 | 113 | 111 |
| Binary | 10001000 | 10011011 | 11101110 | 101011 | 100011 | 0 | 111 | 11100101 | 1001011 | 1001001 |
Color Harmonies of #889BEE
Complementary color
Monochromatic Colors of #889BEE
Black with #889BEE
Text Example
Text Example
White with #889BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889BEE; }
p { color: rgb(136,155,238); }
H1.HeaderClassName
{
color: #889BEE;
}
.AnyTagClassName
{
color: #889BEE;
}
</style>
background-color css
<style>
a { background-color: #889BEE; }
a { background-color: rgb(136,155,238); }
div.DivClassName
{
background-color: #889BEE;
}
.BgClassName
{
background-color: #889BEE;
}
</style>
border-color css
<style>
span { border-color: #889BEE; }
span { border-color: rgb(136,155,238); }
td.TdClassName
{
border-color: #889BEE;
}
.TagClassName
{
border-color: #889BEE;
}
</style>