Shades of Portage #8091F1
Tints of Portage #8091F1
RGB
CMYK
RGB Variations
Color information
#8091F1 (or 0x8091F1) is known color: Portage. HEX triplet: 80, 91 and F1. RGB value is (128,145,241). Sum of RGB (Red+Green+Blue) = 128+145+241=514 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.90% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #8091F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8091F1 is #7F6E0E. Grayscale: #969696. Windows color (decimal): -8351247 or 15831424. OLE color: 15831424.
HSL color Cylindrical-coordinate representation of color #8091F1: hue angle of 230.97º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8091F1 is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 145 | 241 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.05 |
| HSL | 230.97º | 0.8% | 0.72% | - |
| HSV(B) | 230.97º | 0.47% | 0.95% | - |
| XYZ | 34.9 | 31.19 | 87.4 | - |
| YUV | 150.86 | 178.87 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 241 | 0.47 | 0.40 | 0 | 0.05 | 230.97 | 0.8 | 0.72 |
| Hex | 80 | 91 | F1 | 2F | 28 | 0 | 5 | E7 | 50 | 48 |
| Octal | 200 | 221 | 361 | 57 | 50 | 0 | 5 | 347 | 120 | 110 |
| Binary | 10000000 | 10010001 | 11110001 | 101111 | 101000 | 0 | 101 | 11100111 | 1010000 | 1001000 |
Color Harmonies of #8091F1
Complementary color
Monochromatic Colors of #8091F1
Black with #8091F1
Text Example
Text Example
White with #8091F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8091F1; }
p { color: rgb(128,145,241); }
H1.HeaderClassName
{
color: #8091F1;
}
.AnyTagClassName
{
color: #8091F1;
}
</style>
background-color css
<style>
a { background-color: #8091F1; }
a { background-color: rgb(128,145,241); }
div.DivClassName
{
background-color: #8091F1;
}
.BgClassName
{
background-color: #8091F1;
}
</style>
border-color css
<style>
span { border-color: #8091F1; }
span { border-color: rgb(128,145,241); }
td.TdClassName
{
border-color: #8091F1;
}
.TagClassName
{
border-color: #8091F1;
}
</style>