Shades of Portage #808BF3
Tints of Portage #808BF3
RGB
CMYK
RGB Variations
Color information
#808BF3 (or 0x808BF3) is known color: Portage. HEX triplet: 80, 8B and F3. RGB value is (128,139,243). Sum of RGB (Red+Green+Blue) = 128+139+243=510 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.10% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 243 (95.31% from 255 or 47.65% from 510); Max value from RGB is 243 - color contains mainly: blue. Hex color #808BF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808BF3 is #7F740C. Grayscale: #939393. Windows color (decimal): -8352781 or 15960960. OLE color: 15960960.
HSL color Cylindrical-coordinate representation of color #808BF3: hue angle of 234.26º 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 #808BF3 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 139 | 243 | - |
| CMYK | 0.47 | 0.43 | 0 | 0.05 |
| HSL | 234.26º | 0.83% | 0.73% | - |
| HSV(B) | 234.26º | 0.47% | 0.95% | - |
| XYZ | 34.31 | 29.53 | 88.68 | - |
| YUV | 147.57 | 181.86 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 243 | 0.47 | 0.43 | 0 | 0.05 | 234.26 | 0.83 | 0.73 |
| Hex | 80 | 8B | F3 | 2F | 2B | 0 | 5 | EA | 53 | 49 |
| Octal | 200 | 213 | 363 | 57 | 53 | 0 | 5 | 352 | 123 | 111 |
| Binary | 10000000 | 10001011 | 11110011 | 101111 | 101011 | 0 | 101 | 11101010 | 1010011 | 1001001 |
Color Harmonies of #808BF3
Complementary color
Monochromatic Colors of #808BF3
Black with #808BF3
Text Example
Text Example
White with #808BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808BF3; }
p { color: rgb(128,139,243); }
H1.HeaderClassName
{
color: #808BF3;
}
.AnyTagClassName
{
color: #808BF3;
}
</style>
background-color css
<style>
a { background-color: #808BF3; }
a { background-color: rgb(128,139,243); }
div.DivClassName
{
background-color: #808BF3;
}
.BgClassName
{
background-color: #808BF3;
}
</style>
border-color css
<style>
span { border-color: #808BF3; }
span { border-color: rgb(128,139,243); }
td.TdClassName
{
border-color: #808BF3;
}
.TagClassName
{
border-color: #808BF3;
}
</style>