Shades of Portage #9089E6
Tints of Portage #9089E6
RGB
CMYK
RGB Variations
Color information
#9089E6 (or 0x9089E6) is known color: Portage. HEX triplet: 90, 89 and E6. RGB value is (144,137,230). Sum of RGB (Red+Green+Blue) = 144+137+230=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 230 (90.23% from 255 or 45.01% from 511); Max value from RGB is 230 - color contains mainly: blue. Hex color #9089E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9089E6 is #6F7619. Grayscale: #959595. Windows color (decimal): -7304730 or 15108496. OLE color: 15108496.
HSL color Cylindrical-coordinate representation of color #9089E6: hue angle of 244.52º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9089E6 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 137 | 230 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.10 |
| HSL | 244.52º | 0.65% | 0.72% | - |
| HSV(B) | 244.52º | 0.4% | 0.9% | - |
| XYZ | 34.73 | 29.53 | 78.73 | - |
| YUV | 149.7 | 173.32 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 137 | 230 | 0.37 | 0.40 | 0 | 0.10 | 244.52 | 0.65 | 0.72 |
| Hex | 90 | 89 | E6 | 25 | 28 | 0 | A | F5 | 41 | 48 |
| Octal | 220 | 211 | 346 | 45 | 50 | 0 | 12 | 365 | 101 | 110 |
| Binary | 10010000 | 10001001 | 11100110 | 100101 | 101000 | 0 | 1010 | 11110101 | 1000001 | 1001000 |
Color Harmonies of #9089E6
Complementary color
Monochromatic Colors of #9089E6
Black with #9089E6
Text Example
Text Example
White with #9089E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9089E6; }
p { color: rgb(144,137,230); }
H1.HeaderClassName
{
color: #9089E6;
}
.AnyTagClassName
{
color: #9089E6;
}
</style>
background-color css
<style>
a { background-color: #9089E6; }
a { background-color: rgb(144,137,230); }
div.DivClassName
{
background-color: #9089E6;
}
.BgClassName
{
background-color: #9089E6;
}
</style>
border-color css
<style>
span { border-color: #9089E6; }
span { border-color: rgb(144,137,230); }
td.TdClassName
{
border-color: #9089E6;
}
.TagClassName
{
border-color: #9089E6;
}
</style>