Shades of Portage #9099E1
Tints of Portage #9099E1
RGB
CMYK
RGB Variations
Color information
#9099E1 (or 0x9099E1) is known color: Portage. HEX triplet: 90, 99 and E1. RGB value is (144,153,225). Sum of RGB (Red+Green+Blue) = 144+153+225=522 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.59% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 225 (88.28% from 255 or 43.10% from 522); Max value from RGB is 225 - color contains mainly: blue. Hex color #9099E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9099E1 is #6F661E. Grayscale: #9E9E9E. Windows color (decimal): -7300639 or 14784912. OLE color: 14784912.
HSL color Cylindrical-coordinate representation of color #9099E1: hue angle of 233.33º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9099E1 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 153 | 225 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.12 |
| HSL | 233.33º | 0.57% | 0.72% | - |
| HSV(B) | 233.33º | 0.36% | 0.88% | - |
| XYZ | 36.48 | 34.15 | 75.9 | - |
| YUV | 158.52 | 165.52 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 225 | 0.36 | 0.32 | 0 | 0.12 | 233.33 | 0.57 | 0.72 |
| Hex | 90 | 99 | E1 | 24 | 20 | 0 | C | E9 | 39 | 48 |
| Octal | 220 | 231 | 341 | 44 | 40 | 0 | 14 | 351 | 71 | 110 |
| Binary | 10010000 | 10011001 | 11100001 | 100100 | 100000 | 0 | 1100 | 11101001 | 111001 | 1001000 |
Color Harmonies of #9099E1
Complementary color
Monochromatic Colors of #9099E1
Black with #9099E1
Text Example
Text Example
White with #9099E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9099E1; }
p { color: rgb(144,153,225); }
H1.HeaderClassName
{
color: #9099E1;
}
.AnyTagClassName
{
color: #9099E1;
}
</style>
background-color css
<style>
a { background-color: #9099E1; }
a { background-color: rgb(144,153,225); }
div.DivClassName
{
background-color: #9099E1;
}
.BgClassName
{
background-color: #9099E1;
}
</style>
border-color css
<style>
span { border-color: #9099E1; }
span { border-color: rgb(144,153,225); }
td.TdClassName
{
border-color: #9099E1;
}
.TagClassName
{
border-color: #9099E1;
}
</style>