Shades of Portage #9290F0
Tints of Portage #9290F0
RGB
CMYK
RGB Variations
Color information
#9290F0 (or 0x9290F0) is known color: Portage. HEX triplet: 92, 90 and F0. RGB value is (146,144,240). Sum of RGB (Red+Green+Blue) = 146+144+240=530 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.55% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 240 (94.14% from 255 or 45.28% from 530); Max value from RGB is 240 - color contains mainly: blue. Hex color #9290F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9290F0 is #6D6F0F. Grayscale: #9B9B9B. Windows color (decimal): -7171856 or 15765650. OLE color: 15765650.
HSL color Cylindrical-coordinate representation of color #9290F0: hue angle of 241.25º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9290F0 is Cyan = 0.39, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 144 | 240 | - |
| CMYK | 0.39 | 0.4 | 0 | 0.06 |
| HSL | 241.25º | 0.76% | 0.75% | - |
| HSV(B) | 241.25º | 0.4% | 0.94% | - |
| XYZ | 37.56 | 32.35 | 86.7 | - |
| YUV | 155.54 | 175.66 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 144 | 240 | 0.39 | 0.4 | 0 | 0.06 | 241.25 | 0.76 | 0.75 |
| Hex | 92 | 90 | F0 | 27 | 28 | 0 | 6 | F1 | 4C | 4B |
| Octal | 222 | 220 | 360 | 47 | 50 | 0 | 6 | 361 | 114 | 113 |
| Binary | 10010010 | 10010000 | 11110000 | 100111 | 101000 | 0 | 110 | 11110001 | 1001100 | 1001011 |
Color Harmonies of #9290F0
Complementary color
Monochromatic Colors of #9290F0
Black with #9290F0
Text Example
Text Example
White with #9290F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9290F0; }
p { color: rgb(146,144,240); }
H1.HeaderClassName
{
color: #9290F0;
}
.AnyTagClassName
{
color: #9290F0;
}
</style>
background-color css
<style>
a { background-color: #9290F0; }
a { background-color: rgb(146,144,240); }
div.DivClassName
{
background-color: #9290F0;
}
.BgClassName
{
background-color: #9290F0;
}
</style>
border-color css
<style>
span { border-color: #9290F0; }
span { border-color: rgb(146,144,240); }
td.TdClassName
{
border-color: #9290F0;
}
.TagClassName
{
border-color: #9290F0;
}
</style>