Shades of Portage #808BDE
Tints of Portage #808BDE
RGB
CMYK
RGB Variations
Color information
#808BDE (or 0x808BDE) is known color: Portage. HEX triplet: 80, 8B and DE. RGB value is (128,139,222). Sum of RGB (Red+Green+Blue) = 128+139+222=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #808BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808BDE is #7F7421. Grayscale: #909090. Windows color (decimal): -8352802 or 14584704. OLE color: 14584704.
HSL color Cylindrical-coordinate representation of color #808BDE: hue angle of 232.98º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #808BDE is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 139 | 222 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.13 |
| HSL | 232.98º | 0.59% | 0.69% | - |
| HSV(B) | 232.98º | 0.42% | 0.87% | - |
| XYZ | 31.32 | 28.33 | 72.92 | - |
| YUV | 145.17 | 171.36 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 222 | 0.42 | 0.37 | 0 | 0.13 | 232.98 | 0.59 | 0.69 |
| Hex | 80 | 8B | DE | 2A | 25 | 0 | D | E9 | 3B | 45 |
| Octal | 200 | 213 | 336 | 52 | 45 | 0 | 15 | 351 | 73 | 105 |
| Binary | 10000000 | 10001011 | 11011110 | 101010 | 100101 | 0 | 1101 | 11101001 | 111011 | 1000101 |
Color Harmonies of #808BDE
Complementary color
Monochromatic Colors of #808BDE
Black with #808BDE
Text Example
Text Example
White with #808BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808BDE; }
p { color: rgb(128,139,222); }
H1.HeaderClassName
{
color: #808BDE;
}
.AnyTagClassName
{
color: #808BDE;
}
</style>
background-color css
<style>
a { background-color: #808BDE; }
a { background-color: rgb(128,139,222); }
div.DivClassName
{
background-color: #808BDE;
}
.BgClassName
{
background-color: #808BDE;
}
</style>
border-color css
<style>
span { border-color: #808BDE; }
span { border-color: rgb(128,139,222); }
td.TdClassName
{
border-color: #808BDE;
}
.TagClassName
{
border-color: #808BDE;
}
</style>