Shades of Portage #89A0EF
Tints of Portage #89A0EF
RGB
CMYK
RGB Variations
Color information
#89A0EF (or 0x89A0EF) is known color: Portage. HEX triplet: 89, A0 and EF. RGB value is (137,160,239). Sum of RGB (Red+Green+Blue) = 137+160+239=536 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.56% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #89A0EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A0EF is #765F10. Grayscale: #A1A1A1. Windows color (decimal): -7757585 or 15704201. OLE color: 15704201.
HSL color Cylindrical-coordinate representation of color #89A0EF: hue angle of 226.47º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89A0EF is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 160 | 239 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.06 |
| HSL | 226.47º | 0.76% | 0.74% | - |
| HSV(B) | 226.47º | 0.43% | 0.94% | - |
| XYZ | 38.47 | 36.69 | 86.72 | - |
| YUV | 162.13 | 171.38 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 160 | 239 | 0.43 | 0.33 | 0 | 0.06 | 226.47 | 0.76 | 0.74 |
| Hex | 89 | A0 | EF | 2B | 21 | 0 | 6 | E2 | 4C | 4A |
| Octal | 211 | 240 | 357 | 53 | 41 | 0 | 6 | 342 | 114 | 112 |
| Binary | 10001001 | 10100000 | 11101111 | 101011 | 100001 | 0 | 110 | 11100010 | 1001100 | 1001010 |
Color Harmonies of #89A0EF
Complementary color
Monochromatic Colors of #89A0EF
Black with #89A0EF
Text Example
Text Example
White with #89A0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A0EF; }
p { color: rgb(137,160,239); }
H1.HeaderClassName
{
color: #89A0EF;
}
.AnyTagClassName
{
color: #89A0EF;
}
</style>
background-color css
<style>
a { background-color: #89A0EF; }
a { background-color: rgb(137,160,239); }
div.DivClassName
{
background-color: #89A0EF;
}
.BgClassName
{
background-color: #89A0EF;
}
</style>
border-color css
<style>
span { border-color: #89A0EF; }
span { border-color: rgb(137,160,239); }
td.TdClassName
{
border-color: #89A0EF;
}
.TagClassName
{
border-color: #89A0EF;
}
</style>