Shades of Portage #9090E7
Tints of Portage #9090E7
RGB
CMYK
RGB Variations
Color information
#9090E7 (or 0x9090E7) is known color: Portage. HEX triplet: 90, 90 and E7. RGB value is (144,144,231). Sum of RGB (Red+Green+Blue) = 144+144+231=519 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.75% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 231 (90.62% from 255 or 44.51% from 519); Max value from RGB is 231 - color contains mainly: blue. Hex color #9090E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9090E7 is #6F6F18. Grayscale: #999999. Windows color (decimal): -7302937 or 15175824. OLE color: 15175824.
HSL color Cylindrical-coordinate representation of color #9090E7: hue angle of 240º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9090E7 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 144 | 231 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.09 |
| HSL | 240º | 0.64% | 0.74% | - |
| HSV(B) | 240º | 0.38% | 0.91% | - |
| XYZ | 35.9 | 31.65 | 79.82 | - |
| YUV | 153.92 | 171.5 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 144 | 231 | 0.38 | 0.38 | 0 | 0.09 | 240 | 0.64 | 0.74 |
| Hex | 90 | 90 | E7 | 26 | 26 | 0 | 9 | F0 | 40 | 4A |
| Octal | 220 | 220 | 347 | 46 | 46 | 0 | 11 | 360 | 100 | 112 |
| Binary | 10010000 | 10010000 | 11100111 | 100110 | 100110 | 0 | 1001 | 11110000 | 1000000 | 1001010 |
Color Harmonies of #9090E7
Complementary color
Monochromatic Colors of #9090E7
Black with #9090E7
Text Example
Text Example
White with #9090E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9090E7; }
p { color: rgb(144,144,231); }
H1.HeaderClassName
{
color: #9090E7;
}
.AnyTagClassName
{
color: #9090E7;
}
</style>
background-color css
<style>
a { background-color: #9090E7; }
a { background-color: rgb(144,144,231); }
div.DivClassName
{
background-color: #9090E7;
}
.BgClassName
{
background-color: #9090E7;
}
</style>
border-color css
<style>
span { border-color: #9090E7; }
span { border-color: rgb(144,144,231); }
td.TdClassName
{
border-color: #9090E7;
}
.TagClassName
{
border-color: #9090E7;
}
</style>