Shades of Portage #89A3DA
Tints of Portage #89A3DA
RGB
CMYK
RGB Variations
Color information
#89A3DA (or 0x89A3DA) is known color: Portage. HEX triplet: 89, A3 and DA. RGB value is (137,163,218). Sum of RGB (Red+Green+Blue) = 137+163+218=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #89A3DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A3DA is #765C25. Grayscale: #A1A1A1. Windows color (decimal): -7756838 or 14328713. OLE color: 14328713.
HSL color Cylindrical-coordinate representation of color #89A3DA: hue angle of 220.74º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89A3DA is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 163 | 218 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.15 |
| HSL | 220.74º | 0.52% | 0.7% | - |
| HSV(B) | 220.74º | 0.37% | 0.85% | - |
| XYZ | 36.07 | 36.57 | 71.49 | - |
| YUV | 161.5 | 159.89 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 163 | 218 | 0.37 | 0.25 | 0 | 0.15 | 220.74 | 0.52 | 0.7 |
| Hex | 89 | A3 | DA | 25 | 19 | 0 | F | DD | 34 | 46 |
| Octal | 211 | 243 | 332 | 45 | 31 | 0 | 17 | 335 | 64 | 106 |
| Binary | 10001001 | 10100011 | 11011010 | 100101 | 11001 | 0 | 1111 | 11011101 | 110100 | 1000110 |
Color Harmonies of #89A3DA
Complementary color
Monochromatic Colors of #89A3DA
Black with #89A3DA
Text Example
Text Example
White with #89A3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A3DA; }
p { color: rgb(137,163,218); }
H1.HeaderClassName
{
color: #89A3DA;
}
.AnyTagClassName
{
color: #89A3DA;
}
</style>
background-color css
<style>
a { background-color: #89A3DA; }
a { background-color: rgb(137,163,218); }
div.DivClassName
{
background-color: #89A3DA;
}
.BgClassName
{
background-color: #89A3DA;
}
</style>
border-color css
<style>
span { border-color: #89A3DA; }
span { border-color: rgb(137,163,218); }
td.TdClassName
{
border-color: #89A3DA;
}
.TagClassName
{
border-color: #89A3DA;
}
</style>