Shades of Portage #9096EB
Tints of Portage #9096EB
RGB
CMYK
RGB Variations
Color information
#9096EB (or 0x9096EB) is known color: Portage. HEX triplet: 90, 96 and EB. RGB value is (144,150,235). Sum of RGB (Red+Green+Blue) = 144+150+235=529 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.22% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #9096EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9096EB is #6F6914. Grayscale: #9D9D9D. Windows color (decimal): -7301397 or 15439504. OLE color: 15439504.
HSL color Cylindrical-coordinate representation of color #9096EB: hue angle of 236.04º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9096EB is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 150 | 235 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.08 |
| HSL | 236.04º | 0.69% | 0.74% | - |
| HSV(B) | 236.04º | 0.39% | 0.92% | - |
| XYZ | 37.4 | 33.74 | 83.14 | - |
| YUV | 157.9 | 171.51 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 235 | 0.39 | 0.36 | 0 | 0.08 | 236.04 | 0.69 | 0.74 |
| Hex | 90 | 96 | EB | 27 | 24 | 0 | 8 | EC | 45 | 4A |
| Octal | 220 | 226 | 353 | 47 | 44 | 0 | 10 | 354 | 105 | 112 |
| Binary | 10010000 | 10010110 | 11101011 | 100111 | 100100 | 0 | 1000 | 11101100 | 1000101 | 1001010 |
Color Harmonies of #9096EB
Complementary color
Monochromatic Colors of #9096EB
Black with #9096EB
Text Example
Text Example
White with #9096EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9096EB; }
p { color: rgb(144,150,235); }
H1.HeaderClassName
{
color: #9096EB;
}
.AnyTagClassName
{
color: #9096EB;
}
</style>
background-color css
<style>
a { background-color: #9096EB; }
a { background-color: rgb(144,150,235); }
div.DivClassName
{
background-color: #9096EB;
}
.BgClassName
{
background-color: #9096EB;
}
</style>
border-color css
<style>
span { border-color: #9096EB; }
span { border-color: rgb(144,150,235); }
td.TdClassName
{
border-color: #9096EB;
}
.TagClassName
{
border-color: #9096EB;
}
</style>