Shades of Portage #9096E9
Tints of Portage #9096E9
RGB
CMYK
RGB Variations
Color information
#9096E9 (or 0x9096E9) is known color: Portage. HEX triplet: 90, 96 and E9. RGB value is (144,150,233). Sum of RGB (Red+Green+Blue) = 144+150+233=527 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.32% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 233 (91.41% from 255 or 44.21% from 527); Max value from RGB is 233 - color contains mainly: blue. Hex color #9096E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9096E9 is #6F6916. Grayscale: #9D9D9D. Windows color (decimal): -7301399 or 15308432. OLE color: 15308432.
HSL color Cylindrical-coordinate representation of color #9096E9: hue angle of 235.96º degrees, saturation: 0.67, 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 #9096E9 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 150 | 233 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.09 |
| HSL | 235.96º | 0.67% | 0.74% | - |
| HSV(B) | 235.96º | 0.38% | 0.91% | - |
| XYZ | 37.12 | 33.63 | 81.62 | - |
| YUV | 157.67 | 170.51 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 233 | 0.38 | 0.36 | 0 | 0.09 | 235.96 | 0.67 | 0.74 |
| Hex | 90 | 96 | E9 | 26 | 24 | 0 | 9 | EC | 43 | 4A |
| Octal | 220 | 226 | 351 | 46 | 44 | 0 | 11 | 354 | 103 | 112 |
| Binary | 10010000 | 10010110 | 11101001 | 100110 | 100100 | 0 | 1001 | 11101100 | 1000011 | 1001010 |
Color Harmonies of #9096E9
Complementary color
Monochromatic Colors of #9096E9
Black with #9096E9
Text Example
Text Example
White with #9096E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9096E9; }
p { color: rgb(144,150,233); }
H1.HeaderClassName
{
color: #9096E9;
}
.AnyTagClassName
{
color: #9096E9;
}
</style>
background-color css
<style>
a { background-color: #9096E9; }
a { background-color: rgb(144,150,233); }
div.DivClassName
{
background-color: #9096E9;
}
.BgClassName
{
background-color: #9096E9;
}
</style>
border-color css
<style>
span { border-color: #9096E9; }
span { border-color: rgb(144,150,233); }
td.TdClassName
{
border-color: #9096E9;
}
.TagClassName
{
border-color: #9096E9;
}
</style>