Shades of Portage #89A2DF
Tints of Portage #89A2DF
RGB
CMYK
RGB Variations
Color information
#89A2DF (or 0x89A2DF) is known color: Portage. HEX triplet: 89, A2 and DF. RGB value is (137,162,223). Sum of RGB (Red+Green+Blue) = 137+162+223=522 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.25% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #89A2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A2DF is #765D20. Grayscale: #A1A1A1. Windows color (decimal): -7757089 or 14656137. OLE color: 14656137.
HSL color Cylindrical-coordinate representation of color #89A2DF: hue angle of 222.56º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89A2DF is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 162 | 223 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.13 |
| HSL | 222.56º | 0.57% | 0.71% | - |
| HSV(B) | 222.56º | 0.39% | 0.87% | - |
| XYZ | 36.56 | 36.49 | 74.93 | - |
| YUV | 161.48 | 162.72 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 162 | 223 | 0.39 | 0.27 | 0 | 0.13 | 222.56 | 0.57 | 0.71 |
| Hex | 89 | A2 | DF | 27 | 1B | 0 | D | DF | 39 | 47 |
| Octal | 211 | 242 | 337 | 47 | 33 | 0 | 15 | 337 | 71 | 107 |
| Binary | 10001001 | 10100010 | 11011111 | 100111 | 11011 | 0 | 1101 | 11011111 | 111001 | 1000111 |
Color Harmonies of #89A2DF
Complementary color
Monochromatic Colors of #89A2DF
Black with #89A2DF
Text Example
Text Example
White with #89A2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A2DF; }
p { color: rgb(137,162,223); }
H1.HeaderClassName
{
color: #89A2DF;
}
.AnyTagClassName
{
color: #89A2DF;
}
</style>
background-color css
<style>
a { background-color: #89A2DF; }
a { background-color: rgb(137,162,223); }
div.DivClassName
{
background-color: #89A2DF;
}
.BgClassName
{
background-color: #89A2DF;
}
</style>
border-color css
<style>
span { border-color: #89A2DF; }
span { border-color: rgb(137,162,223); }
td.TdClassName
{
border-color: #89A2DF;
}
.TagClassName
{
border-color: #89A2DF;
}
</style>