Shades of Portage #808EEF
Tints of Portage #808EEF
RGB
CMYK
RGB Variations
Color information
#808EEF (or 0x808EEF) is known color: Portage. HEX triplet: 80, 8E and EF. RGB value is (128,142,239). Sum of RGB (Red+Green+Blue) = 128+142+239=509 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.15% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #808EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808EEF is #7F7110. Grayscale: #949494. Windows color (decimal): -8352017 or 15699584. OLE color: 15699584.
HSL color Cylindrical-coordinate representation of color #808EEF: hue angle of 232.43º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #808EEF is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 142 | 239 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.06 |
| HSL | 232.43º | 0.78% | 0.72% | - |
| HSV(B) | 232.43º | 0.46% | 0.94% | - |
| XYZ | 34.16 | 30.17 | 85.68 | - |
| YUV | 148.87 | 178.86 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 142 | 239 | 0.46 | 0.41 | 0 | 0.06 | 232.43 | 0.78 | 0.72 |
| Hex | 80 | 8E | EF | 2E | 29 | 0 | 6 | E8 | 4E | 48 |
| Octal | 200 | 216 | 357 | 56 | 51 | 0 | 6 | 350 | 116 | 110 |
| Binary | 10000000 | 10001110 | 11101111 | 101110 | 101001 | 0 | 110 | 11101000 | 1001110 | 1001000 |
Color Harmonies of #808EEF
Complementary color
Monochromatic Colors of #808EEF
Black with #808EEF
Text Example
Text Example
White with #808EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808EEF; }
p { color: rgb(128,142,239); }
H1.HeaderClassName
{
color: #808EEF;
}
.AnyTagClassName
{
color: #808EEF;
}
</style>
background-color css
<style>
a { background-color: #808EEF; }
a { background-color: rgb(128,142,239); }
div.DivClassName
{
background-color: #808EEF;
}
.BgClassName
{
background-color: #808EEF;
}
</style>
border-color css
<style>
span { border-color: #808EEF; }
span { border-color: rgb(128,142,239); }
td.TdClassName
{
border-color: #808EEF;
}
.TagClassName
{
border-color: #808EEF;
}
</style>