Shades of Portage #9096E8
Tints of Portage #9096E8
RGB
CMYK
RGB Variations
Color information
#9096E8 (or 0x9096E8) is known color: Portage. HEX triplet: 90, 96 and E8. RGB value is (144,150,232). Sum of RGB (Red+Green+Blue) = 144+150+232=526 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.38% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 232 (91.02% from 255 or 44.11% from 526); Max value from RGB is 232 - color contains mainly: blue. Hex color #9096E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9096E8 is #6F6917. Grayscale: #9D9D9D. Windows color (decimal): -7301400 or 15242896. OLE color: 15242896.
HSL color Cylindrical-coordinate representation of color #9096E8: hue angle of 235.91º degrees, saturation: 0.66, 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 #9096E8 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 150 | 232 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.09 |
| HSL | 235.91º | 0.66% | 0.74% | - |
| HSV(B) | 235.91º | 0.38% | 0.91% | - |
| XYZ | 36.97 | 33.57 | 80.87 | - |
| YUV | 157.55 | 170.01 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 232 | 0.38 | 0.35 | 0 | 0.09 | 235.91 | 0.66 | 0.74 |
| Hex | 90 | 96 | E8 | 26 | 23 | 0 | 9 | EC | 42 | 4A |
| Octal | 220 | 226 | 350 | 46 | 43 | 0 | 11 | 354 | 102 | 112 |
| Binary | 10010000 | 10010110 | 11101000 | 100110 | 100011 | 0 | 1001 | 11101100 | 1000010 | 1001010 |
Color Harmonies of #9096E8
Complementary color
Monochromatic Colors of #9096E8
Black with #9096E8
Text Example
Text Example
White with #9096E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9096E8; }
p { color: rgb(144,150,232); }
H1.HeaderClassName
{
color: #9096E8;
}
.AnyTagClassName
{
color: #9096E8;
}
</style>
background-color css
<style>
a { background-color: #9096E8; }
a { background-color: rgb(144,150,232); }
div.DivClassName
{
background-color: #9096E8;
}
.BgClassName
{
background-color: #9096E8;
}
</style>
border-color css
<style>
span { border-color: #9096E8; }
span { border-color: rgb(144,150,232); }
td.TdClassName
{
border-color: #9096E8;
}
.TagClassName
{
border-color: #9096E8;
}
</style>