Shades of Portage #9090F1
Tints of Portage #9090F1
RGB
CMYK
RGB Variations
Color information
#9090F1 (or 0x9090F1) is known color: Portage. HEX triplet: 90, 90 and F1. RGB value is (144,144,241). Sum of RGB (Red+Green+Blue) = 144+144+241=529 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.22% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #9090F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9090F1 is #6F6F0E. Grayscale: #9A9A9A. Windows color (decimal): -7302927 or 15831184. OLE color: 15831184.
HSL color Cylindrical-coordinate representation of color #9090F1: hue angle of 240º 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 #9090F1 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 144 | 241 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.05 |
| HSL | 240º | 0.78% | 0.75% | - |
| HSV(B) | 240º | 0.4% | 0.95% | - |
| XYZ | 37.35 | 32.23 | 87.47 | - |
| YUV | 155.06 | 176.5 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 144 | 241 | 0.40 | 0.40 | 0 | 0.05 | 240 | 0.78 | 0.75 |
| Hex | 90 | 90 | F1 | 28 | 28 | 0 | 5 | F0 | 4E | 4B |
| Octal | 220 | 220 | 361 | 50 | 50 | 0 | 5 | 360 | 116 | 113 |
| Binary | 10010000 | 10010000 | 11110001 | 101000 | 101000 | 0 | 101 | 11110000 | 1001110 | 1001011 |
Color Harmonies of #9090F1
Complementary color
Monochromatic Colors of #9090F1
Black with #9090F1
Text Example
Text Example
White with #9090F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9090F1; }
p { color: rgb(144,144,241); }
H1.HeaderClassName
{
color: #9090F1;
}
.AnyTagClassName
{
color: #9090F1;
}
</style>
background-color css
<style>
a { background-color: #9090F1; }
a { background-color: rgb(144,144,241); }
div.DivClassName
{
background-color: #9090F1;
}
.BgClassName
{
background-color: #9090F1;
}
</style>
border-color css
<style>
span { border-color: #9090F1; }
span { border-color: rgb(144,144,241); }
td.TdClassName
{
border-color: #9090F1;
}
.TagClassName
{
border-color: #9090F1;
}
</style>