Shades of Portage #89A0F6
Tints of Portage #89A0F6
RGB
CMYK
RGB Variations
Color information
#89A0F6 (or 0x89A0F6) is known color: Portage. HEX triplet: 89, A0 and F6. RGB value is (137,160,246). Sum of RGB (Red+Green+Blue) = 137+160+246=543 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.23% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 246 (96.48% from 255 or 45.30% from 543); Max value from RGB is 246 - color contains mainly: blue. Hex color #89A0F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A0F6 is #765F09. Grayscale: #A2A2A2. Windows color (decimal): -7757578 or 16162953. OLE color: 16162953.
HSL color Cylindrical-coordinate representation of color #89A0F6: hue angle of 227.34º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #89A0F6 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 137 | 160 | 246 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.04 |
| HSL | 227.34º | 0.86% | 0.75% | - |
| HSV(B) | 227.34º | 0.44% | 0.96% | - |
| XYZ | 39.52 | 37.11 | 92.27 | - |
| YUV | 162.93 | 174.88 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 160 | 246 | 0.44 | 0.35 | 0 | 0.04 | 227.34 | 0.86 | 0.75 |
| Hex | 89 | A0 | F6 | 2C | 23 | 0 | 4 | E3 | 56 | 4B |
| Octal | 211 | 240 | 366 | 54 | 43 | 0 | 4 | 343 | 126 | 113 |
| Binary | 10001001 | 10100000 | 11110110 | 101100 | 100011 | 0 | 100 | 11100011 | 1010110 | 1001011 |
Color Harmonies of #89A0F6
Complementary color
Monochromatic Colors of #89A0F6
Black with #89A0F6
Text Example
Text Example
White with #89A0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A0F6; }
p { color: rgb(137,160,246); }
H1.HeaderClassName
{
color: #89A0F6;
}
.AnyTagClassName
{
color: #89A0F6;
}
</style>
background-color css
<style>
a { background-color: #89A0F6; }
a { background-color: rgb(137,160,246); }
div.DivClassName
{
background-color: #89A0F6;
}
.BgClassName
{
background-color: #89A0F6;
}
</style>
border-color css
<style>
span { border-color: #89A0F6; }
span { border-color: rgb(137,160,246); }
td.TdClassName
{
border-color: #89A0F6;
}
.TagClassName
{
border-color: #89A0F6;
}
</style>