Shades of Portage #89A4DD
Tints of Portage #89A4DD
RGB
CMYK
RGB Variations
Color information
#89A4DD (or 0x89A4DD) is known color: Portage. HEX triplet: 89, A4 and DD. RGB value is (137,164,221). Sum of RGB (Red+Green+Blue) = 137+164+221=522 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.25% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #89A4DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A4DD is #765B22. Grayscale: #A2A2A2. Windows color (decimal): -7756579 or 14525577. OLE color: 14525577.
HSL color Cylindrical-coordinate representation of color #89A4DD: hue angle of 220.71º 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 #89A4DD is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 164 | 221 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.13 |
| HSL | 220.71º | 0.55% | 0.7% | - |
| HSV(B) | 220.71º | 0.38% | 0.87% | - |
| XYZ | 36.64 | 37.09 | 73.63 | - |
| YUV | 162.43 | 161.05 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 164 | 221 | 0.38 | 0.26 | 0 | 0.13 | 220.71 | 0.55 | 0.7 |
| Hex | 89 | A4 | DD | 26 | 1A | 0 | D | DD | 37 | 46 |
| Octal | 211 | 244 | 335 | 46 | 32 | 0 | 15 | 335 | 67 | 106 |
| Binary | 10001001 | 10100100 | 11011101 | 100110 | 11010 | 0 | 1101 | 11011101 | 110111 | 1000110 |
Color Harmonies of #89A4DD
Complementary color
Monochromatic Colors of #89A4DD
Black with #89A4DD
Text Example
Text Example
White with #89A4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A4DD; }
p { color: rgb(137,164,221); }
H1.HeaderClassName
{
color: #89A4DD;
}
.AnyTagClassName
{
color: #89A4DD;
}
</style>
background-color css
<style>
a { background-color: #89A4DD; }
a { background-color: rgb(137,164,221); }
div.DivClassName
{
background-color: #89A4DD;
}
.BgClassName
{
background-color: #89A4DD;
}
</style>
border-color css
<style>
span { border-color: #89A4DD; }
span { border-color: rgb(137,164,221); }
td.TdClassName
{
border-color: #89A4DD;
}
.TagClassName
{
border-color: #89A4DD;
}
</style>