Shades of Portage #9096FF
Tints of Portage #9096FF
RGB
CMYK
RGB Variations
Color information
#9096FF (or 0x9096FF) is known color: Portage. HEX triplet: 90, 96 and FF. RGB value is (144,150,255). Sum of RGB (Red+Green+Blue) = 144+150+255=549 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.23% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #9096FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9096FF is #6F6900. Grayscale: #9F9F9F. Windows color (decimal): -7301377 or 16750224. OLE color: 16750224.
HSL color Cylindrical-coordinate representation of color #9096FF: hue angle of 236.76º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9096FF is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 150 | 255 | - |
| CMYK | 0.44 | 0.41 | 0 | 0 |
| HSL | 236.76º | 1% | 0.78% | - |
| HSV(B) | 236.76º | 0.44% | 1% | - |
| XYZ | 40.46 | 34.96 | 99.22 | - |
| YUV | 160.18 | 181.51 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 255 | 0.44 | 0.41 | 0 | 0 | 236.76 | 1 | 0.78 |
| Hex | 90 | 96 | FF | 2C | 29 | 0 | 0 | ED | 64 | 4E |
| Octal | 220 | 226 | 377 | 54 | 51 | 0 | 0 | 355 | 144 | 116 |
| Binary | 10010000 | 10010110 | 11111111 | 101100 | 101001 | 0 | 0 | 11101101 | 1100100 | 1001110 |
Color Harmonies of #9096FF
Complementary color
Monochromatic Colors of #9096FF
Black with #9096FF
Text Example
Text Example
White with #9096FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9096FF; }
p { color: rgb(144,150,255); }
H1.HeaderClassName
{
color: #9096FF;
}
.AnyTagClassName
{
color: #9096FF;
}
</style>
background-color css
<style>
a { background-color: #9096FF; }
a { background-color: rgb(144,150,255); }
div.DivClassName
{
background-color: #9096FF;
}
.BgClassName
{
background-color: #9096FF;
}
</style>
border-color css
<style>
span { border-color: #9096FF; }
span { border-color: rgb(144,150,255); }
td.TdClassName
{
border-color: #9096FF;
}
.TagClassName
{
border-color: #9096FF;
}
</style>