Shades of Portage #808FF5
Tints of Portage #808FF5
RGB
CMYK
RGB Variations
Color information
#808FF5 (or 0x808FF5) is known color: Portage. HEX triplet: 80, 8F and F5. RGB value is (128,143,245). Sum of RGB (Red+Green+Blue) = 128+143+245=516 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.81% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 245 (96.09% from 255 or 47.48% from 516); Max value from RGB is 245 - color contains mainly: blue. Hex color #808FF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808FF5 is #7F700A. Grayscale: #959595. Windows color (decimal): -8351755 or 16093056. OLE color: 16093056.
HSL color Cylindrical-coordinate representation of color #808FF5: hue angle of 232.31º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #808FF5 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 143 | 245 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.04 |
| HSL | 232.31º | 0.85% | 0.73% | - |
| HSV(B) | 232.31º | 0.48% | 0.96% | - |
| XYZ | 35.21 | 30.83 | 90.48 | - |
| YUV | 150.14 | 181.53 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 245 | 0.48 | 0.42 | 0 | 0.04 | 232.31 | 0.85 | 0.73 |
| Hex | 80 | 8F | F5 | 30 | 2A | 0 | 4 | E8 | 55 | 49 |
| Octal | 200 | 217 | 365 | 60 | 52 | 0 | 4 | 350 | 125 | 111 |
| Binary | 10000000 | 10001111 | 11110101 | 110000 | 101010 | 0 | 100 | 11101000 | 1010101 | 1001001 |
Color Harmonies of #808FF5
Complementary color
Monochromatic Colors of #808FF5
Black with #808FF5
Text Example
Text Example
White with #808FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808FF5; }
p { color: rgb(128,143,245); }
H1.HeaderClassName
{
color: #808FF5;
}
.AnyTagClassName
{
color: #808FF5;
}
</style>
background-color css
<style>
a { background-color: #808FF5; }
a { background-color: rgb(128,143,245); }
div.DivClassName
{
background-color: #808FF5;
}
.BgClassName
{
background-color: #808FF5;
}
</style>
border-color css
<style>
span { border-color: #808FF5; }
span { border-color: rgb(128,143,245); }
td.TdClassName
{
border-color: #808FF5;
}
.TagClassName
{
border-color: #808FF5;
}
</style>