Shades of Portage #808FE9
Tints of Portage #808FE9
RGB
CMYK
RGB Variations
Color information
#808FE9 (or 0x808FE9) is known color: Portage. HEX triplet: 80, 8F and E9. RGB value is (128,143,233). Sum of RGB (Red+Green+Blue) = 128+143+233=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 233 (91.41% from 255 or 46.23% from 504); Max value from RGB is 233 - color contains mainly: blue. Hex color #808FE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808FE9 is #7F7016. Grayscale: #949494. Windows color (decimal): -8351767 or 15306624. OLE color: 15306624.
HSL color Cylindrical-coordinate representation of color #808FE9: hue angle of 231.43º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #808FE9 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 143 | 233 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.09 |
| HSL | 231.43º | 0.7% | 0.71% | - |
| HSV(B) | 231.43º | 0.45% | 0.91% | - |
| XYZ | 33.43 | 30.12 | 81.14 | - |
| YUV | 148.78 | 175.53 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 233 | 0.45 | 0.39 | 0 | 0.09 | 231.43 | 0.7 | 0.71 |
| Hex | 80 | 8F | E9 | 2D | 27 | 0 | 9 | E7 | 46 | 47 |
| Octal | 200 | 217 | 351 | 55 | 47 | 0 | 11 | 347 | 106 | 107 |
| Binary | 10000000 | 10001111 | 11101001 | 101101 | 100111 | 0 | 1001 | 11100111 | 1000110 | 1000111 |
Color Harmonies of #808FE9
Complementary color
Monochromatic Colors of #808FE9
Black with #808FE9
Text Example
Text Example
White with #808FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808FE9; }
p { color: rgb(128,143,233); }
H1.HeaderClassName
{
color: #808FE9;
}
.AnyTagClassName
{
color: #808FE9;
}
</style>
background-color css
<style>
a { background-color: #808FE9; }
a { background-color: rgb(128,143,233); }
div.DivClassName
{
background-color: #808FE9;
}
.BgClassName
{
background-color: #808FE9;
}
</style>
border-color css
<style>
span { border-color: #808FE9; }
span { border-color: rgb(128,143,233); }
td.TdClassName
{
border-color: #808FE9;
}
.TagClassName
{
border-color: #808FE9;
}
</style>