Shades of Portage #9096FE
Tints of Portage #9096FE
RGB
CMYK
RGB Variations
Color information
#9096FE (or 0x9096FE) is known color: Portage. HEX triplet: 90, 96 and FE. RGB value is (144,150,254). Sum of RGB (Red+Green+Blue) = 144+150+254=548 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.28% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #9096FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9096FE is #6F6901. Grayscale: #9F9F9F. Windows color (decimal): -7301378 or 16684688. OLE color: 16684688.
HSL color Cylindrical-coordinate representation of color #9096FE: hue angle of 236.73º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9096FE is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 150 | 254 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.00 |
| HSL | 236.73º | 0.98% | 0.78% | - |
| HSV(B) | 236.73º | 0.43% | 1% | - |
| XYZ | 40.3 | 34.9 | 98.38 | - |
| YUV | 160.06 | 181.01 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 254 | 0.43 | 0.41 | 0 | 0.00 | 236.73 | 0.98 | 0.78 |
| Hex | 90 | 96 | FE | 2B | 29 | 0 | 0 | ED | 62 | 4E |
| Octal | 220 | 226 | 376 | 53 | 51 | 0 | 0 | 355 | 142 | 116 |
| Binary | 10010000 | 10010110 | 11111110 | 101011 | 101001 | 0 | 0 | 11101101 | 1100010 | 1001110 |
Color Harmonies of #9096FE
Complementary color
Monochromatic Colors of #9096FE
Black with #9096FE
Text Example
Text Example
White with #9096FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9096FE; }
p { color: rgb(144,150,254); }
H1.HeaderClassName
{
color: #9096FE;
}
.AnyTagClassName
{
color: #9096FE;
}
</style>
background-color css
<style>
a { background-color: #9096FE; }
a { background-color: rgb(144,150,254); }
div.DivClassName
{
background-color: #9096FE;
}
.BgClassName
{
background-color: #9096FE;
}
</style>
border-color css
<style>
span { border-color: #9096FE; }
span { border-color: rgb(144,150,254); }
td.TdClassName
{
border-color: #9096FE;
}
.TagClassName
{
border-color: #9096FE;
}
</style>