Shades of Portage #808BEF
Tints of Portage #808BEF
RGB
CMYK
RGB Variations
Color information
#808BEF (or 0x808BEF) is known color: Portage. HEX triplet: 80, 8B and EF. RGB value is (128,139,239). Sum of RGB (Red+Green+Blue) = 128+139+239=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #808BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808BEF is #7F7410. Grayscale: #929292. Windows color (decimal): -8352785 or 15698816. OLE color: 15698816.
HSL color Cylindrical-coordinate representation of color #808BEF: hue angle of 234.05º 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 #808BEF is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 139 | 239 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.06 |
| HSL | 234.05º | 0.78% | 0.72% | - |
| HSV(B) | 234.05º | 0.46% | 0.94% | - |
| XYZ | 33.71 | 29.29 | 85.54 | - |
| YUV | 147.11 | 179.86 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 239 | 0.46 | 0.42 | 0 | 0.06 | 234.05 | 0.78 | 0.72 |
| Hex | 80 | 8B | EF | 2E | 2A | 0 | 6 | EA | 4E | 48 |
| Octal | 200 | 213 | 357 | 56 | 52 | 0 | 6 | 352 | 116 | 110 |
| Binary | 10000000 | 10001011 | 11101111 | 101110 | 101010 | 0 | 110 | 11101010 | 1001110 | 1001000 |
Color Harmonies of #808BEF
Complementary color
Monochromatic Colors of #808BEF
Black with #808BEF
Text Example
Text Example
White with #808BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808BEF; }
p { color: rgb(128,139,239); }
H1.HeaderClassName
{
color: #808BEF;
}
.AnyTagClassName
{
color: #808BEF;
}
</style>
background-color css
<style>
a { background-color: #808BEF; }
a { background-color: rgb(128,139,239); }
div.DivClassName
{
background-color: #808BEF;
}
.BgClassName
{
background-color: #808BEF;
}
</style>
border-color css
<style>
span { border-color: #808BEF; }
span { border-color: rgb(128,139,239); }
td.TdClassName
{
border-color: #808BEF;
}
.TagClassName
{
border-color: #808BEF;
}
</style>