Shades of Portage #8090F9
Tints of Portage #8090F9
RGB
CMYK
RGB Variations
Color information
#8090F9 (or 0x8090F9) is known color: Portage. HEX triplet: 80, 90 and F9. RGB value is (128,144,249). Sum of RGB (Red+Green+Blue) = 128+144+249=521 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.57% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #8090F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8090F9 is #7F6F06. Grayscale: #969696. Windows color (decimal): -8351495 or 16355456. OLE color: 16355456.
HSL color Cylindrical-coordinate representation of color #8090F9: hue angle of 232.07º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8090F9 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 144 | 249 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.02 |
| HSL | 232.07º | 0.91% | 0.74% | - |
| HSV(B) | 232.07º | 0.49% | 0.98% | - |
| XYZ | 35.97 | 31.38 | 93.78 | - |
| YUV | 151.19 | 183.2 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 144 | 249 | 0.49 | 0.42 | 0 | 0.02 | 232.07 | 0.91 | 0.74 |
| Hex | 80 | 90 | F9 | 31 | 2A | 0 | 2 | E8 | 5B | 4A |
| Octal | 200 | 220 | 371 | 61 | 52 | 0 | 2 | 350 | 133 | 112 |
| Binary | 10000000 | 10010000 | 11111001 | 110001 | 101010 | 0 | 10 | 11101000 | 1011011 | 1001010 |
Color Harmonies of #8090F9
Complementary color
Monochromatic Colors of #8090F9
Black with #8090F9
Text Example
Text Example
White with #8090F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8090F9; }
p { color: rgb(128,144,249); }
H1.HeaderClassName
{
color: #8090F9;
}
.AnyTagClassName
{
color: #8090F9;
}
</style>
background-color css
<style>
a { background-color: #8090F9; }
a { background-color: rgb(128,144,249); }
div.DivClassName
{
background-color: #8090F9;
}
.BgClassName
{
background-color: #8090F9;
}
</style>
border-color css
<style>
span { border-color: #8090F9; }
span { border-color: rgb(128,144,249); }
td.TdClassName
{
border-color: #8090F9;
}
.TagClassName
{
border-color: #8090F9;
}
</style>