Shades of Portage #808FF0
Tints of Portage #808FF0
RGB
CMYK
RGB Variations
Color information
#808FF0 (or 0x808FF0) is known color: Portage. HEX triplet: 80, 8F and F0. RGB value is (128,143,240). Sum of RGB (Red+Green+Blue) = 128+143+240=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #808FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808FF0 is #7F700F. Grayscale: #959595. Windows color (decimal): -8351760 or 15765376. OLE color: 15765376.
HSL color Cylindrical-coordinate representation of color #808FF0: hue angle of 231.96º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #808FF0 is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 143 | 240 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.06 |
| HSL | 231.96º | 0.79% | 0.72% | - |
| HSV(B) | 231.96º | 0.47% | 0.94% | - |
| XYZ | 34.45 | 30.53 | 86.51 | - |
| YUV | 149.57 | 179.03 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 240 | 0.47 | 0.40 | 0 | 0.06 | 231.96 | 0.79 | 0.72 |
| Hex | 80 | 8F | F0 | 2F | 28 | 0 | 6 | E8 | 4F | 48 |
| Octal | 200 | 217 | 360 | 57 | 50 | 0 | 6 | 350 | 117 | 110 |
| Binary | 10000000 | 10001111 | 11110000 | 101111 | 101000 | 0 | 110 | 11101000 | 1001111 | 1001000 |
Color Harmonies of #808FF0
Complementary color
Monochromatic Colors of #808FF0
Black with #808FF0
Text Example
Text Example
White with #808FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808FF0; }
p { color: rgb(128,143,240); }
H1.HeaderClassName
{
color: #808FF0;
}
.AnyTagClassName
{
color: #808FF0;
}
</style>
background-color css
<style>
a { background-color: #808FF0; }
a { background-color: rgb(128,143,240); }
div.DivClassName
{
background-color: #808FF0;
}
.BgClassName
{
background-color: #808FF0;
}
</style>
border-color css
<style>
span { border-color: #808FF0; }
span { border-color: rgb(128,143,240); }
td.TdClassName
{
border-color: #808FF0;
}
.TagClassName
{
border-color: #808FF0;
}
</style>