Shades of Portage #89A4E7
Tints of Portage #89A4E7
RGB
CMYK
RGB Variations
Color information
#89A4E7 (or 0x89A4E7) is known color: Portage. HEX triplet: 89, A4 and E7. RGB value is (137,164,231). Sum of RGB (Red+Green+Blue) = 137+164+231=532 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.75% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 231 (90.62% from 255 or 43.42% from 532); Max value from RGB is 231 - color contains mainly: blue. Hex color #89A4E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A4E7 is #765B18. Grayscale: #A3A3A3. Windows color (decimal): -7756569 or 15180937. OLE color: 15180937.
HSL color Cylindrical-coordinate representation of color #89A4E7: hue angle of 222.77º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #89A4E7 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 137 | 164 | 231 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.09 |
| HSL | 222.77º | 0.66% | 0.72% | - |
| HSV(B) | 222.77º | 0.41% | 0.91% | - |
| XYZ | 38.02 | 37.64 | 80.86 | - |
| YUV | 163.57 | 166.05 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 164 | 231 | 0.41 | 0.29 | 0 | 0.09 | 222.77 | 0.66 | 0.72 |
| Hex | 89 | A4 | E7 | 29 | 1D | 0 | 9 | DF | 42 | 48 |
| Octal | 211 | 244 | 347 | 51 | 35 | 0 | 11 | 337 | 102 | 110 |
| Binary | 10001001 | 10100100 | 11100111 | 101001 | 11101 | 0 | 1001 | 11011111 | 1000010 | 1001000 |
Color Harmonies of #89A4E7
Complementary color
Monochromatic Colors of #89A4E7
Black with #89A4E7
Text Example
Text Example
White with #89A4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A4E7; }
p { color: rgb(137,164,231); }
H1.HeaderClassName
{
color: #89A4E7;
}
.AnyTagClassName
{
color: #89A4E7;
}
</style>
background-color css
<style>
a { background-color: #89A4E7; }
a { background-color: rgb(137,164,231); }
div.DivClassName
{
background-color: #89A4E7;
}
.BgClassName
{
background-color: #89A4E7;
}
</style>
border-color css
<style>
span { border-color: #89A4E7; }
span { border-color: rgb(137,164,231); }
td.TdClassName
{
border-color: #89A4E7;
}
.TagClassName
{
border-color: #89A4E7;
}
</style>