Shades of Portage #89A0DD
Tints of Portage #89A0DD
RGB
CMYK
RGB Variations
Color information
#89A0DD (or 0x89A0DD) is known color: Portage. HEX triplet: 89, A0 and DD. RGB value is (137,160,221). Sum of RGB (Red+Green+Blue) = 137+160+221=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #89A0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A0DD is #765F22. Grayscale: #9F9F9F. Windows color (decimal): -7757603 or 14524553. OLE color: 14524553.
HSL color Cylindrical-coordinate representation of color #89A0DD: hue angle of 223.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89A0DD is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 160 | 221 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.13 |
| HSL | 223.57º | 0.55% | 0.7% | - |
| HSV(B) | 223.57º | 0.38% | 0.87% | - |
| XYZ | 35.94 | 35.68 | 73.4 | - |
| YUV | 160.08 | 162.38 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 160 | 221 | 0.38 | 0.28 | 0 | 0.13 | 223.57 | 0.55 | 0.7 |
| Hex | 89 | A0 | DD | 26 | 1C | 0 | D | E0 | 37 | 46 |
| Octal | 211 | 240 | 335 | 46 | 34 | 0 | 15 | 340 | 67 | 106 |
| Binary | 10001001 | 10100000 | 11011101 | 100110 | 11100 | 0 | 1101 | 11100000 | 110111 | 1000110 |
Color Harmonies of #89A0DD
Complementary color
Monochromatic Colors of #89A0DD
Black with #89A0DD
Text Example
Text Example
White with #89A0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A0DD; }
p { color: rgb(137,160,221); }
H1.HeaderClassName
{
color: #89A0DD;
}
.AnyTagClassName
{
color: #89A0DD;
}
</style>
background-color css
<style>
a { background-color: #89A0DD; }
a { background-color: rgb(137,160,221); }
div.DivClassName
{
background-color: #89A0DD;
}
.BgClassName
{
background-color: #89A0DD;
}
</style>
border-color css
<style>
span { border-color: #89A0DD; }
span { border-color: rgb(137,160,221); }
td.TdClassName
{
border-color: #89A0DD;
}
.TagClassName
{
border-color: #89A0DD;
}
</style>