Shades of Portage #9088EA
Tints of Portage #9088EA
RGB
CMYK
RGB Variations
Color information
#9088EA (or 0x9088EA) is known color: Portage. HEX triplet: 90, 88 and EA. RGB value is (144,136,234). Sum of RGB (Red+Green+Blue) = 144+136+234=514 (68% of max value = 765). Red value is 144 (56.64% from 255 or 28.02% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #9088EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9088EA is #6F7715. Grayscale: #959595. Windows color (decimal): -7304982 or 15370384. OLE color: 15370384.
HSL color Cylindrical-coordinate representation of color #9088EA: hue angle of 244.9º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9088EA is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 136 | 234 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.08 |
| HSL | 244.9º | 0.7% | 0.73% | - |
| HSV(B) | 244.9º | 0.42% | 0.92% | - |
| XYZ | 35.16 | 29.48 | 81.68 | - |
| YUV | 149.56 | 175.65 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 136 | 234 | 0.38 | 0.42 | 0 | 0.08 | 244.9 | 0.7 | 0.73 |
| Hex | 90 | 88 | EA | 26 | 2A | 0 | 8 | F5 | 46 | 49 |
| Octal | 220 | 210 | 352 | 46 | 52 | 0 | 10 | 365 | 106 | 111 |
| Binary | 10010000 | 10001000 | 11101010 | 100110 | 101010 | 0 | 1000 | 11110101 | 1000110 | 1001001 |
Color Harmonies of #9088EA
Complementary color
Monochromatic Colors of #9088EA
Black with #9088EA
Text Example
Text Example
White with #9088EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9088EA; }
p { color: rgb(144,136,234); }
H1.HeaderClassName
{
color: #9088EA;
}
.AnyTagClassName
{
color: #9088EA;
}
</style>
background-color css
<style>
a { background-color: #9088EA; }
a { background-color: rgb(144,136,234); }
div.DivClassName
{
background-color: #9088EA;
}
.BgClassName
{
background-color: #9088EA;
}
</style>
border-color css
<style>
span { border-color: #9088EA; }
span { border-color: rgb(144,136,234); }
td.TdClassName
{
border-color: #9088EA;
}
.TagClassName
{
border-color: #9088EA;
}
</style>