Shades of Portage #808ECF
Tints of Portage #808ECF
RGB
CMYK
RGB Variations
Color information
#808ECF (or 0x808ECF) is known color: Portage. HEX triplet: 80, 8E and CF. RGB value is (128,142,207). Sum of RGB (Red+Green+Blue) = 128+142+207=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #808ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808ECF is #7F7130. Grayscale: #909090. Windows color (decimal): -8352049 or 13602432. OLE color: 13602432.
HSL color Cylindrical-coordinate representation of color #808ECF: hue angle of 229.37º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #808ECF is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 142 | 207 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.19 |
| HSL | 229.37º | 0.45% | 0.66% | - |
| HSV(B) | 229.37º | 0.38% | 0.81% | - |
| XYZ | 29.84 | 28.44 | 62.95 | - |
| YUV | 145.22 | 162.86 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 142 | 207 | 0.38 | 0.31 | 0 | 0.19 | 229.37 | 0.45 | 0.66 |
| Hex | 80 | 8E | CF | 26 | 1F | 0 | 13 | E5 | 2D | 42 |
| Octal | 200 | 216 | 317 | 46 | 37 | 0 | 23 | 345 | 55 | 102 |
| Binary | 10000000 | 10001110 | 11001111 | 100110 | 11111 | 0 | 10011 | 11100101 | 101101 | 1000010 |
Color Harmonies of #808ECF
Complementary color
Monochromatic Colors of #808ECF
Black with #808ECF
Text Example
Text Example
White with #808ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808ECF; }
p { color: rgb(128,142,207); }
H1.HeaderClassName
{
color: #808ECF;
}
.AnyTagClassName
{
color: #808ECF;
}
</style>
background-color css
<style>
a { background-color: #808ECF; }
a { background-color: rgb(128,142,207); }
div.DivClassName
{
background-color: #808ECF;
}
.BgClassName
{
background-color: #808ECF;
}
</style>
border-color css
<style>
span { border-color: #808ECF; }
span { border-color: rgb(128,142,207); }
td.TdClassName
{
border-color: #808ECF;
}
.TagClassName
{
border-color: #808ECF;
}
</style>