Shades of Portage #9094F7
Tints of Portage #9094F7
RGB
CMYK
RGB Variations
Color information
#9094F7 (or 0x9094F7) is known color: Portage. HEX triplet: 90, 94 and F7. RGB value is (144,148,247). Sum of RGB (Red+Green+Blue) = 144+148+247=539 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.72% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 247 (96.88% from 255 or 45.83% from 539); Max value from RGB is 247 - color contains mainly: blue. Hex color #9094F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9094F7 is #6F6B08. Grayscale: #9D9D9D. Windows color (decimal): -7301897 or 16225424. OLE color: 16225424.
HSL color Cylindrical-coordinate representation of color #9094F7: hue angle of 237.67º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9094F7 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 148 | 247 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.03 |
| HSL | 237.67º | 0.87% | 0.77% | - |
| HSV(B) | 237.67º | 0.42% | 0.97% | - |
| XYZ | 38.88 | 33.82 | 92.48 | - |
| YUV | 158.09 | 178.17 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 148 | 247 | 0.42 | 0.40 | 0 | 0.03 | 237.67 | 0.87 | 0.77 |
| Hex | 90 | 94 | F7 | 2A | 28 | 0 | 3 | EE | 57 | 4D |
| Octal | 220 | 224 | 367 | 52 | 50 | 0 | 3 | 356 | 127 | 115 |
| Binary | 10010000 | 10010100 | 11110111 | 101010 | 101000 | 0 | 11 | 11101110 | 1010111 | 1001101 |
Color Harmonies of #9094F7
Complementary color
Monochromatic Colors of #9094F7
Black with #9094F7
Text Example
Text Example
White with #9094F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9094F7; }
p { color: rgb(144,148,247); }
H1.HeaderClassName
{
color: #9094F7;
}
.AnyTagClassName
{
color: #9094F7;
}
</style>
background-color css
<style>
a { background-color: #9094F7; }
a { background-color: rgb(144,148,247); }
div.DivClassName
{
background-color: #9094F7;
}
.BgClassName
{
background-color: #9094F7;
}
</style>
border-color css
<style>
span { border-color: #9094F7; }
span { border-color: rgb(144,148,247); }
td.TdClassName
{
border-color: #9094F7;
}
.TagClassName
{
border-color: #9094F7;
}
</style>