Shades of Portage #808CF6
Tints of Portage #808CF6
RGB
CMYK
RGB Variations
Color information
#808CF6 (or 0x808CF6) is known color: Portage. HEX triplet: 80, 8C and F6. RGB value is (128,140,246). Sum of RGB (Red+Green+Blue) = 128+140+246=514 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.90% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 246 (96.48% from 255 or 47.86% from 514); Max value from RGB is 246 - color contains mainly: blue. Hex color #808CF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808CF6 is #7F7309. Grayscale: #949494. Windows color (decimal): -8352522 or 16157824. OLE color: 16157824.
HSL color Cylindrical-coordinate representation of color #808CF6: hue angle of 233.9º degrees, saturation: 0.87, 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 #808CF6 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 140 | 246 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.04 |
| HSL | 233.9º | 0.87% | 0.73% | - |
| HSV(B) | 233.9º | 0.48% | 0.96% | - |
| XYZ | 34.91 | 30 | 91.14 | - |
| YUV | 148.5 | 183.02 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 140 | 246 | 0.48 | 0.43 | 0 | 0.04 | 233.9 | 0.87 | 0.73 |
| Hex | 80 | 8C | F6 | 30 | 2B | 0 | 4 | EA | 57 | 49 |
| Octal | 200 | 214 | 366 | 60 | 53 | 0 | 4 | 352 | 127 | 111 |
| Binary | 10000000 | 10001100 | 11110110 | 110000 | 101011 | 0 | 100 | 11101010 | 1010111 | 1001001 |
Color Harmonies of #808CF6
Complementary color
Monochromatic Colors of #808CF6
Black with #808CF6
Text Example
Text Example
White with #808CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808CF6; }
p { color: rgb(128,140,246); }
H1.HeaderClassName
{
color: #808CF6;
}
.AnyTagClassName
{
color: #808CF6;
}
</style>
background-color css
<style>
a { background-color: #808CF6; }
a { background-color: rgb(128,140,246); }
div.DivClassName
{
background-color: #808CF6;
}
.BgClassName
{
background-color: #808CF6;
}
</style>
border-color css
<style>
span { border-color: #808CF6; }
span { border-color: rgb(128,140,246); }
td.TdClassName
{
border-color: #808CF6;
}
.TagClassName
{
border-color: #808CF6;
}
</style>