Shades of Portage #808AF1
Tints of Portage #808AF1
RGB
CMYK
RGB Variations
Color information
#808AF1 (or 0x808AF1) is known color: Portage. HEX triplet: 80, 8A and F1. RGB value is (128,138,241). Sum of RGB (Red+Green+Blue) = 128+138+241=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #808AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808AF1 is #7F750E. Grayscale: #929292. Windows color (decimal): -8353039 or 15829632. OLE color: 15829632.
HSL color Cylindrical-coordinate representation of color #808AF1: hue angle of 234.69º 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 #808AF1 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 138 | 241 | - |
| CMYK | 0.47 | 0.43 | 0 | 0.05 |
| HSL | 234.69º | 0.8% | 0.72% | - |
| HSV(B) | 234.69º | 0.47% | 0.95% | - |
| XYZ | 33.87 | 29.12 | 87.05 | - |
| YUV | 146.75 | 181.19 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 241 | 0.47 | 0.43 | 0 | 0.05 | 234.69 | 0.8 | 0.72 |
| Hex | 80 | 8A | F1 | 2F | 2B | 0 | 5 | EB | 50 | 48 |
| Octal | 200 | 212 | 361 | 57 | 53 | 0 | 5 | 353 | 120 | 110 |
| Binary | 10000000 | 10001010 | 11110001 | 101111 | 101011 | 0 | 101 | 11101011 | 1010000 | 1001000 |
Color Harmonies of #808AF1
Complementary color
Monochromatic Colors of #808AF1
Black with #808AF1
Text Example
Text Example
White with #808AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808AF1; }
p { color: rgb(128,138,241); }
H1.HeaderClassName
{
color: #808AF1;
}
.AnyTagClassName
{
color: #808AF1;
}
</style>
background-color css
<style>
a { background-color: #808AF1; }
a { background-color: rgb(128,138,241); }
div.DivClassName
{
background-color: #808AF1;
}
.BgClassName
{
background-color: #808AF1;
}
</style>
border-color css
<style>
span { border-color: #808AF1; }
span { border-color: rgb(128,138,241); }
td.TdClassName
{
border-color: #808AF1;
}
.TagClassName
{
border-color: #808AF1;
}
</style>