Shades of Portage #889BEA
Tints of Portage #889BEA
RGB
CMYK
RGB Variations
Color information
#889BEA (or 0x889BEA) is known color: Portage. HEX triplet: 88, 9B and EA. RGB value is (136,155,234). Sum of RGB (Red+Green+Blue) = 136+155+234=525 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.90% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #889BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889BEA is #776415. Grayscale: #9D9D9D. Windows color (decimal): -7824406 or 15375240. OLE color: 15375240.
HSL color Cylindrical-coordinate representation of color #889BEA: hue angle of 228.37º degrees, saturation: 0.7, 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 #889BEA is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 155 | 234 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.08 |
| HSL | 228.37º | 0.7% | 0.73% | - |
| HSV(B) | 228.37º | 0.42% | 0.92% | - |
| XYZ | 36.73 | 34.62 | 82.59 | - |
| YUV | 158.33 | 170.71 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 234 | 0.42 | 0.34 | 0 | 0.08 | 228.37 | 0.7 | 0.73 |
| Hex | 88 | 9B | EA | 2A | 22 | 0 | 8 | E4 | 46 | 49 |
| Octal | 210 | 233 | 352 | 52 | 42 | 0 | 10 | 344 | 106 | 111 |
| Binary | 10001000 | 10011011 | 11101010 | 101010 | 100010 | 0 | 1000 | 11100100 | 1000110 | 1001001 |
Color Harmonies of #889BEA
Complementary color
Monochromatic Colors of #889BEA
Black with #889BEA
Text Example
Text Example
White with #889BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889BEA; }
p { color: rgb(136,155,234); }
H1.HeaderClassName
{
color: #889BEA;
}
.AnyTagClassName
{
color: #889BEA;
}
</style>
background-color css
<style>
a { background-color: #889BEA; }
a { background-color: rgb(136,155,234); }
div.DivClassName
{
background-color: #889BEA;
}
.BgClassName
{
background-color: #889BEA;
}
</style>
border-color css
<style>
span { border-color: #889BEA; }
span { border-color: rgb(136,155,234); }
td.TdClassName
{
border-color: #889BEA;
}
.TagClassName
{
border-color: #889BEA;
}
</style>