Shades of Portage #9098F5
Tints of Portage #9098F5
RGB
CMYK
RGB Variations
Color information
#9098F5 (or 0x9098F5) is known color: Portage. HEX triplet: 90, 98 and F5. RGB value is (144,152,245). Sum of RGB (Red+Green+Blue) = 144+152+245=541 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.62% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 245 (96.09% from 255 or 45.29% from 541); Max value from RGB is 245 - color contains mainly: blue. Hex color #9098F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9098F5 is #6F670A. Grayscale: #9F9F9F. Windows color (decimal): -7300875 or 16095376. OLE color: 16095376.
HSL color Cylindrical-coordinate representation of color #9098F5: hue angle of 235.25º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9098F5 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 152 | 245 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.04 |
| HSL | 235.25º | 0.83% | 0.76% | - |
| HSV(B) | 235.25º | 0.41% | 0.96% | - |
| XYZ | 39.21 | 34.98 | 91.07 | - |
| YUV | 160.21 | 175.85 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 152 | 245 | 0.41 | 0.38 | 0 | 0.04 | 235.25 | 0.83 | 0.76 |
| Hex | 90 | 98 | F5 | 29 | 26 | 0 | 4 | EB | 53 | 4C |
| Octal | 220 | 230 | 365 | 51 | 46 | 0 | 4 | 353 | 123 | 114 |
| Binary | 10010000 | 10011000 | 11110101 | 101001 | 100110 | 0 | 100 | 11101011 | 1010011 | 1001100 |
Color Harmonies of #9098F5
Complementary color
Monochromatic Colors of #9098F5
Black with #9098F5
Text Example
Text Example
White with #9098F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9098F5; }
p { color: rgb(144,152,245); }
H1.HeaderClassName
{
color: #9098F5;
}
.AnyTagClassName
{
color: #9098F5;
}
</style>
background-color css
<style>
a { background-color: #9098F5; }
a { background-color: rgb(144,152,245); }
div.DivClassName
{
background-color: #9098F5;
}
.BgClassName
{
background-color: #9098F5;
}
</style>
border-color css
<style>
span { border-color: #9098F5; }
span { border-color: rgb(144,152,245); }
td.TdClassName
{
border-color: #9098F5;
}
.TagClassName
{
border-color: #9098F5;
}
</style>