Shades of Portage #809BF1
Tints of Portage #809BF1
RGB
CMYK
RGB Variations
Color information
#809BF1 (or 0x809BF1) is known color: Portage. HEX triplet: 80, 9B and F1. RGB value is (128,155,241). Sum of RGB (Red+Green+Blue) = 128+155+241=524 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.43% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #809BF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809BF1 is #7F640E. Grayscale: #9C9C9C. Windows color (decimal): -8348687 or 15833984. OLE color: 15833984.
HSL color Cylindrical-coordinate representation of color #809BF1: hue angle of 225.66º 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 #809BF1 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 155 | 241 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.05 |
| HSL | 225.66º | 0.8% | 0.72% | - |
| HSV(B) | 225.66º | 0.47% | 0.95% | - |
| XYZ | 36.5 | 34.38 | 87.93 | - |
| YUV | 156.73 | 175.55 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 155 | 241 | 0.47 | 0.36 | 0 | 0.05 | 225.66 | 0.8 | 0.72 |
| Hex | 80 | 9B | F1 | 2F | 24 | 0 | 5 | E2 | 50 | 48 |
| Octal | 200 | 233 | 361 | 57 | 44 | 0 | 5 | 342 | 120 | 110 |
| Binary | 10000000 | 10011011 | 11110001 | 101111 | 100100 | 0 | 101 | 11100010 | 1010000 | 1001000 |
Color Harmonies of #809BF1
Complementary color
Monochromatic Colors of #809BF1
Black with #809BF1
Text Example
Text Example
White with #809BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809BF1; }
p { color: rgb(128,155,241); }
H1.HeaderClassName
{
color: #809BF1;
}
.AnyTagClassName
{
color: #809BF1;
}
</style>
background-color css
<style>
a { background-color: #809BF1; }
a { background-color: rgb(128,155,241); }
div.DivClassName
{
background-color: #809BF1;
}
.BgClassName
{
background-color: #809BF1;
}
</style>
border-color css
<style>
span { border-color: #809BF1; }
span { border-color: rgb(128,155,241); }
td.TdClassName
{
border-color: #809BF1;
}
.TagClassName
{
border-color: #809BF1;
}
</style>