Shades of Portage #89A3EE
Tints of Portage #89A3EE
RGB
CMYK
RGB Variations
Color information
#89A3EE (or 0x89A3EE) is known color: Portage. HEX triplet: 89, A3 and EE. RGB value is (137,163,238). Sum of RGB (Red+Green+Blue) = 137+163+238=538 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.46% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #89A3EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A3EE is #765C11. Grayscale: #A3A3A3. Windows color (decimal): -7756818 or 15639433. OLE color: 15639433.
HSL color Cylindrical-coordinate representation of color #89A3EE: hue angle of 224.55º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89A3EE is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 163 | 238 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.07 |
| HSL | 224.55º | 0.75% | 0.74% | - |
| HSV(B) | 224.55º | 0.42% | 0.93% | - |
| XYZ | 38.85 | 37.69 | 86.12 | - |
| YUV | 163.78 | 169.89 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 163 | 238 | 0.42 | 0.32 | 0 | 0.07 | 224.55 | 0.75 | 0.74 |
| Hex | 89 | A3 | EE | 2A | 20 | 0 | 7 | E1 | 4B | 4A |
| Octal | 211 | 243 | 356 | 52 | 40 | 0 | 7 | 341 | 113 | 112 |
| Binary | 10001001 | 10100011 | 11101110 | 101010 | 100000 | 0 | 111 | 11100001 | 1001011 | 1001010 |
Color Harmonies of #89A3EE
Complementary color
Monochromatic Colors of #89A3EE
Black with #89A3EE
Text Example
Text Example
White with #89A3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A3EE; }
p { color: rgb(137,163,238); }
H1.HeaderClassName
{
color: #89A3EE;
}
.AnyTagClassName
{
color: #89A3EE;
}
</style>
background-color css
<style>
a { background-color: #89A3EE; }
a { background-color: rgb(137,163,238); }
div.DivClassName
{
background-color: #89A3EE;
}
.BgClassName
{
background-color: #89A3EE;
}
</style>
border-color css
<style>
span { border-color: #89A3EE; }
span { border-color: rgb(137,163,238); }
td.TdClassName
{
border-color: #89A3EE;
}
.TagClassName
{
border-color: #89A3EE;
}
</style>