Shades of Portage #808CE7
Tints of Portage #808CE7
RGB
CMYK
RGB Variations
Color information
#808CE7 (or 0x808CE7) is known color: Portage. HEX triplet: 80, 8C and E7. RGB value is (128,140,231). Sum of RGB (Red+Green+Blue) = 128+140+231=499 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.65% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 231 (90.62% from 255 or 46.29% from 499); Max value from RGB is 231 - color contains mainly: blue. Hex color #808CE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808CE7 is #7F7318. Grayscale: #929292. Windows color (decimal): -8352537 or 15174784. OLE color: 15174784.
HSL color Cylindrical-coordinate representation of color #808CE7: hue angle of 233.01º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #808CE7 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 140 | 231 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.09 |
| HSL | 233.01º | 0.68% | 0.7% | - |
| HSV(B) | 233.01º | 0.45% | 0.91% | - |
| XYZ | 32.7 | 29.11 | 79.5 | - |
| YUV | 146.79 | 175.52 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 140 | 231 | 0.45 | 0.39 | 0 | 0.09 | 233.01 | 0.68 | 0.7 |
| Hex | 80 | 8C | E7 | 2D | 27 | 0 | 9 | E9 | 44 | 46 |
| Octal | 200 | 214 | 347 | 55 | 47 | 0 | 11 | 351 | 104 | 106 |
| Binary | 10000000 | 10001100 | 11100111 | 101101 | 100111 | 0 | 1001 | 11101001 | 1000100 | 1000110 |
Color Harmonies of #808CE7
Complementary color
Monochromatic Colors of #808CE7
Black with #808CE7
Text Example
Text Example
White with #808CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808CE7; }
p { color: rgb(128,140,231); }
H1.HeaderClassName
{
color: #808CE7;
}
.AnyTagClassName
{
color: #808CE7;
}
</style>
background-color css
<style>
a { background-color: #808CE7; }
a { background-color: rgb(128,140,231); }
div.DivClassName
{
background-color: #808CE7;
}
.BgClassName
{
background-color: #808CE7;
}
</style>
border-color css
<style>
span { border-color: #808CE7; }
span { border-color: rgb(128,140,231); }
td.TdClassName
{
border-color: #808CE7;
}
.TagClassName
{
border-color: #808CE7;
}
</style>