Shades of Portage #9094F1
Tints of Portage #9094F1
RGB
CMYK
RGB Variations
Color information
#9094F1 (or 0x9094F1) is known color: Portage. HEX triplet: 90, 94 and F1. RGB value is (144,148,241). Sum of RGB (Red+Green+Blue) = 144+148+241=533 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.02% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #9094F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9094F1 is #6F6B0E. Grayscale: #9D9D9D. Windows color (decimal): -7301903 or 15832208. OLE color: 15832208.
HSL color Cylindrical-coordinate representation of color #9094F1: hue angle of 237.53º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9094F1 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 148 | 241 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.05 |
| HSL | 237.53º | 0.78% | 0.75% | - |
| HSV(B) | 237.53º | 0.4% | 0.95% | - |
| XYZ | 37.97 | 33.46 | 87.68 | - |
| YUV | 157.41 | 175.17 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 148 | 241 | 0.40 | 0.39 | 0 | 0.05 | 237.53 | 0.78 | 0.75 |
| Hex | 90 | 94 | F1 | 28 | 27 | 0 | 5 | EE | 4E | 4B |
| Octal | 220 | 224 | 361 | 50 | 47 | 0 | 5 | 356 | 116 | 113 |
| Binary | 10010000 | 10010100 | 11110001 | 101000 | 100111 | 0 | 101 | 11101110 | 1001110 | 1001011 |
Color Harmonies of #9094F1
Complementary color
Monochromatic Colors of #9094F1
Black with #9094F1
Text Example
Text Example
White with #9094F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9094F1; }
p { color: rgb(144,148,241); }
H1.HeaderClassName
{
color: #9094F1;
}
.AnyTagClassName
{
color: #9094F1;
}
</style>
background-color css
<style>
a { background-color: #9094F1; }
a { background-color: rgb(144,148,241); }
div.DivClassName
{
background-color: #9094F1;
}
.BgClassName
{
background-color: #9094F1;
}
</style>
border-color css
<style>
span { border-color: #9094F1; }
span { border-color: rgb(144,148,241); }
td.TdClassName
{
border-color: #9094F1;
}
.TagClassName
{
border-color: #9094F1;
}
</style>