Shades of Portage #808FEA
Tints of Portage #808FEA
RGB
CMYK
RGB Variations
Color information
#808FEA (or 0x808FEA) is known color: Portage. HEX triplet: 80, 8F and EA. RGB value is (128,143,234). Sum of RGB (Red+Green+Blue) = 128+143+234=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #808FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808FEA is #7F7015. Grayscale: #949494. Windows color (decimal): -8351766 or 15372160. OLE color: 15372160.
HSL color Cylindrical-coordinate representation of color #808FEA: hue angle of 231.51º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #808FEA is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 143 | 234 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.08 |
| HSL | 231.51º | 0.72% | 0.71% | - |
| HSV(B) | 231.51º | 0.45% | 0.92% | - |
| XYZ | 33.58 | 30.17 | 81.9 | - |
| YUV | 148.89 | 176.03 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 234 | 0.45 | 0.39 | 0 | 0.08 | 231.51 | 0.72 | 0.71 |
| Hex | 80 | 8F | EA | 2D | 27 | 0 | 8 | E8 | 48 | 47 |
| Octal | 200 | 217 | 352 | 55 | 47 | 0 | 10 | 350 | 110 | 107 |
| Binary | 10000000 | 10001111 | 11101010 | 101101 | 100111 | 0 | 1000 | 11101000 | 1001000 | 1000111 |
Color Harmonies of #808FEA
Complementary color
Monochromatic Colors of #808FEA
Black with #808FEA
Text Example
Text Example
White with #808FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808FEA; }
p { color: rgb(128,143,234); }
H1.HeaderClassName
{
color: #808FEA;
}
.AnyTagClassName
{
color: #808FEA;
}
</style>
background-color css
<style>
a { background-color: #808FEA; }
a { background-color: rgb(128,143,234); }
div.DivClassName
{
background-color: #808FEA;
}
.BgClassName
{
background-color: #808FEA;
}
</style>
border-color css
<style>
span { border-color: #808FEA; }
span { border-color: rgb(128,143,234); }
td.TdClassName
{
border-color: #808FEA;
}
.TagClassName
{
border-color: #808FEA;
}
</style>