Shades of Portage #89A1DC
Tints of Portage #89A1DC
RGB
CMYK
RGB Variations
Color information
#89A1DC (or 0x89A1DC) is known color: Portage. HEX triplet: 89, A1 and DC. RGB value is (137,161,220). Sum of RGB (Red+Green+Blue) = 137+161+220=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #89A1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A1DC is #765E23. Grayscale: #A0A0A0. Windows color (decimal): -7757348 or 14459273. OLE color: 14459273.
HSL color Cylindrical-coordinate representation of color #89A1DC: hue angle of 222.65º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89A1DC is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 161 | 220 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.14 |
| HSL | 222.65º | 0.54% | 0.7% | - |
| HSV(B) | 222.65º | 0.38% | 0.86% | - |
| XYZ | 35.98 | 35.98 | 72.76 | - |
| YUV | 160.55 | 161.55 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 161 | 220 | 0.38 | 0.27 | 0 | 0.14 | 222.65 | 0.54 | 0.7 |
| Hex | 89 | A1 | DC | 26 | 1B | 0 | E | DF | 36 | 46 |
| Octal | 211 | 241 | 334 | 46 | 33 | 0 | 16 | 337 | 66 | 106 |
| Binary | 10001001 | 10100001 | 11011100 | 100110 | 11011 | 0 | 1110 | 11011111 | 110110 | 1000110 |
Color Harmonies of #89A1DC
Complementary color
Monochromatic Colors of #89A1DC
Black with #89A1DC
Text Example
Text Example
White with #89A1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A1DC; }
p { color: rgb(137,161,220); }
H1.HeaderClassName
{
color: #89A1DC;
}
.AnyTagClassName
{
color: #89A1DC;
}
</style>
background-color css
<style>
a { background-color: #89A1DC; }
a { background-color: rgb(137,161,220); }
div.DivClassName
{
background-color: #89A1DC;
}
.BgClassName
{
background-color: #89A1DC;
}
</style>
border-color css
<style>
span { border-color: #89A1DC; }
span { border-color: rgb(137,161,220); }
td.TdClassName
{
border-color: #89A1DC;
}
.TagClassName
{
border-color: #89A1DC;
}
</style>