Shades of Portage #9096EE
Tints of Portage #9096EE
RGB
CMYK
RGB Variations
Color information
#9096EE (or 0x9096EE) is known color: Portage. HEX triplet: 90, 96 and EE. RGB value is (144,150,238). Sum of RGB (Red+Green+Blue) = 144+150+238=532 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.07% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #9096EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9096EE is #6F6911. Grayscale: #9D9D9D. Windows color (decimal): -7301394 or 15636112. OLE color: 15636112.
HSL color Cylindrical-coordinate representation of color #9096EE: hue angle of 236.17º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9096EE is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 150 | 238 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.07 |
| HSL | 236.17º | 0.73% | 0.75% | - |
| HSV(B) | 236.17º | 0.39% | 0.93% | - |
| XYZ | 37.84 | 33.92 | 85.44 | - |
| YUV | 158.24 | 173.01 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 238 | 0.39 | 0.37 | 0 | 0.07 | 236.17 | 0.73 | 0.75 |
| Hex | 90 | 96 | EE | 27 | 25 | 0 | 7 | EC | 49 | 4B |
| Octal | 220 | 226 | 356 | 47 | 45 | 0 | 7 | 354 | 111 | 113 |
| Binary | 10010000 | 10010110 | 11101110 | 100111 | 100101 | 0 | 111 | 11101100 | 1001001 | 1001011 |
Color Harmonies of #9096EE
Complementary color
Monochromatic Colors of #9096EE
Black with #9096EE
Text Example
Text Example
White with #9096EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9096EE; }
p { color: rgb(144,150,238); }
H1.HeaderClassName
{
color: #9096EE;
}
.AnyTagClassName
{
color: #9096EE;
}
</style>
background-color css
<style>
a { background-color: #9096EE; }
a { background-color: rgb(144,150,238); }
div.DivClassName
{
background-color: #9096EE;
}
.BgClassName
{
background-color: #9096EE;
}
</style>
border-color css
<style>
span { border-color: #9096EE; }
span { border-color: rgb(144,150,238); }
td.TdClassName
{
border-color: #9096EE;
}
.TagClassName
{
border-color: #9096EE;
}
</style>