Shades of Portage #808CEF
Tints of Portage #808CEF
RGB
CMYK
RGB Variations
Color information
#808CEF (or 0x808CEF) is known color: Portage. HEX triplet: 80, 8C and EF. RGB value is (128,140,239). Sum of RGB (Red+Green+Blue) = 128+140+239=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #808CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808CEF is #7F7310. Grayscale: #939393. Windows color (decimal): -8352529 or 15699072. OLE color: 15699072.
HSL color Cylindrical-coordinate representation of color #808CEF: hue angle of 233.51º 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 #808CEF is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 140 | 239 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.06 |
| HSL | 233.51º | 0.78% | 0.72% | - |
| HSV(B) | 233.51º | 0.46% | 0.94% | - |
| XYZ | 33.86 | 29.58 | 85.59 | - |
| YUV | 147.7 | 179.52 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 140 | 239 | 0.46 | 0.41 | 0 | 0.06 | 233.51 | 0.78 | 0.72 |
| Hex | 80 | 8C | EF | 2E | 29 | 0 | 6 | EA | 4E | 48 |
| Octal | 200 | 214 | 357 | 56 | 51 | 0 | 6 | 352 | 116 | 110 |
| Binary | 10000000 | 10001100 | 11101111 | 101110 | 101001 | 0 | 110 | 11101010 | 1001110 | 1001000 |
Color Harmonies of #808CEF
Complementary color
Monochromatic Colors of #808CEF
Black with #808CEF
Text Example
Text Example
White with #808CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808CEF; }
p { color: rgb(128,140,239); }
H1.HeaderClassName
{
color: #808CEF;
}
.AnyTagClassName
{
color: #808CEF;
}
</style>
background-color css
<style>
a { background-color: #808CEF; }
a { background-color: rgb(128,140,239); }
div.DivClassName
{
background-color: #808CEF;
}
.BgClassName
{
background-color: #808CEF;
}
</style>
border-color css
<style>
span { border-color: #808CEF; }
span { border-color: rgb(128,140,239); }
td.TdClassName
{
border-color: #808CEF;
}
.TagClassName
{
border-color: #808CEF;
}
</style>