Shades of Portage #8999E1
Tints of Portage #8999E1
RGB
CMYK
RGB Variations
Color information
#8999E1 (or 0x8999E1) is known color: Portage. HEX triplet: 89, 99 and E1. RGB value is (137,153,225). Sum of RGB (Red+Green+Blue) = 137+153+225=515 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.60% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 225 (88.28% from 255 or 43.69% from 515); Max value from RGB is 225 - color contains mainly: blue. Hex color #8999E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8999E1 is #76661E. Grayscale: #9C9C9C. Windows color (decimal): -7759391 or 14784905. OLE color: 14784905.
HSL color Cylindrical-coordinate representation of color #8999E1: hue angle of 229.09º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8999E1 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 153 | 225 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.12 |
| HSL | 229.09º | 0.59% | 0.71% | - |
| HSV(B) | 229.09º | 0.39% | 0.88% | - |
| XYZ | 35.3 | 33.54 | 75.85 | - |
| YUV | 156.42 | 166.7 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 153 | 225 | 0.39 | 0.32 | 0 | 0.12 | 229.09 | 0.59 | 0.71 |
| Hex | 89 | 99 | E1 | 27 | 20 | 0 | C | E5 | 3B | 47 |
| Octal | 211 | 231 | 341 | 47 | 40 | 0 | 14 | 345 | 73 | 107 |
| Binary | 10001001 | 10011001 | 11100001 | 100111 | 100000 | 0 | 1100 | 11100101 | 111011 | 1000111 |
Color Harmonies of #8999E1
Complementary color
Monochromatic Colors of #8999E1
Black with #8999E1
Text Example
Text Example
White with #8999E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8999E1; }
p { color: rgb(137,153,225); }
H1.HeaderClassName
{
color: #8999E1;
}
.AnyTagClassName
{
color: #8999E1;
}
</style>
background-color css
<style>
a { background-color: #8999E1; }
a { background-color: rgb(137,153,225); }
div.DivClassName
{
background-color: #8999E1;
}
.BgClassName
{
background-color: #8999E1;
}
</style>
border-color css
<style>
span { border-color: #8999E1; }
span { border-color: rgb(137,153,225); }
td.TdClassName
{
border-color: #8999E1;
}
.TagClassName
{
border-color: #8999E1;
}
</style>