Shades of Portage #808EF2
Tints of Portage #808EF2
RGB
CMYK
RGB Variations
Color information
#808EF2 (or 0x808EF2) is known color: Portage. HEX triplet: 80, 8E and F2. RGB value is (128,142,242). Sum of RGB (Red+Green+Blue) = 128+142+242=512 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #808EF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808EF2 is #7F710D. Grayscale: #949494. Windows color (decimal): -8352014 or 15896192. OLE color: 15896192.
HSL color Cylindrical-coordinate representation of color #808EF2: hue angle of 232.63º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #808EF2 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 142 | 242 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.05 |
| HSL | 232.63º | 0.81% | 0.73% | - |
| HSV(B) | 232.63º | 0.47% | 0.95% | - |
| XYZ | 34.6 | 30.35 | 88.04 | - |
| YUV | 149.21 | 180.36 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 142 | 242 | 0.47 | 0.41 | 0 | 0.05 | 232.63 | 0.81 | 0.73 |
| Hex | 80 | 8E | F2 | 2F | 29 | 0 | 5 | E9 | 51 | 49 |
| Octal | 200 | 216 | 362 | 57 | 51 | 0 | 5 | 351 | 121 | 111 |
| Binary | 10000000 | 10001110 | 11110010 | 101111 | 101001 | 0 | 101 | 11101001 | 1010001 | 1001001 |
Color Harmonies of #808EF2
Complementary color
Monochromatic Colors of #808EF2
Black with #808EF2
Text Example
Text Example
White with #808EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808EF2; }
p { color: rgb(128,142,242); }
H1.HeaderClassName
{
color: #808EF2;
}
.AnyTagClassName
{
color: #808EF2;
}
</style>
background-color css
<style>
a { background-color: #808EF2; }
a { background-color: rgb(128,142,242); }
div.DivClassName
{
background-color: #808EF2;
}
.BgClassName
{
background-color: #808EF2;
}
</style>
border-color css
<style>
span { border-color: #808EF2; }
span { border-color: rgb(128,142,242); }
td.TdClassName
{
border-color: #808EF2;
}
.TagClassName
{
border-color: #808EF2;
}
</style>