Shades of Portage #808AF3
Tints of Portage #808AF3
RGB
CMYK
RGB Variations
Color information
#808AF3 (or 0x808AF3) is known color: Portage. HEX triplet: 80, 8A and F3. RGB value is (128,138,243). Sum of RGB (Red+Green+Blue) = 128+138+243=509 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.15% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #808AF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808AF3 is #7F750C. Grayscale: #929292. Windows color (decimal): -8353037 or 15960704. OLE color: 15960704.
HSL color Cylindrical-coordinate representation of color #808AF3: hue angle of 234.78º degrees, saturation: 0.83, 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 #808AF3 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 138 | 243 | - |
| CMYK | 0.47 | 0.43 | 0 | 0.05 |
| HSL | 234.78º | 0.83% | 0.73% | - |
| HSV(B) | 234.78º | 0.47% | 0.95% | - |
| XYZ | 34.17 | 29.24 | 88.64 | - |
| YUV | 146.98 | 182.19 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 243 | 0.47 | 0.43 | 0 | 0.05 | 234.78 | 0.83 | 0.73 |
| Hex | 80 | 8A | F3 | 2F | 2B | 0 | 5 | EB | 53 | 49 |
| Octal | 200 | 212 | 363 | 57 | 53 | 0 | 5 | 353 | 123 | 111 |
| Binary | 10000000 | 10001010 | 11110011 | 101111 | 101011 | 0 | 101 | 11101011 | 1010011 | 1001001 |
Color Harmonies of #808AF3
Complementary color
Monochromatic Colors of #808AF3
Black with #808AF3
Text Example
Text Example
White with #808AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808AF3; }
p { color: rgb(128,138,243); }
H1.HeaderClassName
{
color: #808AF3;
}
.AnyTagClassName
{
color: #808AF3;
}
</style>
background-color css
<style>
a { background-color: #808AF3; }
a { background-color: rgb(128,138,243); }
div.DivClassName
{
background-color: #808AF3;
}
.BgClassName
{
background-color: #808AF3;
}
</style>
border-color css
<style>
span { border-color: #808AF3; }
span { border-color: rgb(128,138,243); }
td.TdClassName
{
border-color: #808AF3;
}
.TagClassName
{
border-color: #808AF3;
}
</style>