Shades of Portage #808BDB
Tints of Portage #808BDB
RGB
CMYK
RGB Variations
Color information
#808BDB (or 0x808BDB) is known color: Portage. HEX triplet: 80, 8B and DB. RGB value is (128,139,219). Sum of RGB (Red+Green+Blue) = 128+139+219=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #808BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808BDB is #7F7424. Grayscale: #909090. Windows color (decimal): -8352805 or 14388096. OLE color: 14388096.
HSL color Cylindrical-coordinate representation of color #808BDB: hue angle of 232.75º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #808BDB is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 139 | 219 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.14 |
| HSL | 232.75º | 0.56% | 0.68% | - |
| HSV(B) | 232.75º | 0.42% | 0.86% | - |
| XYZ | 30.92 | 28.17 | 70.83 | - |
| YUV | 144.83 | 169.86 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 219 | 0.42 | 0.37 | 0 | 0.14 | 232.75 | 0.56 | 0.68 |
| Hex | 80 | 8B | DB | 2A | 25 | 0 | E | E9 | 38 | 44 |
| Octal | 200 | 213 | 333 | 52 | 45 | 0 | 16 | 351 | 70 | 104 |
| Binary | 10000000 | 10001011 | 11011011 | 101010 | 100101 | 0 | 1110 | 11101001 | 111000 | 1000100 |
Color Harmonies of #808BDB
Complementary color
Monochromatic Colors of #808BDB
Black with #808BDB
Text Example
Text Example
White with #808BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808BDB; }
p { color: rgb(128,139,219); }
H1.HeaderClassName
{
color: #808BDB;
}
.AnyTagClassName
{
color: #808BDB;
}
</style>
background-color css
<style>
a { background-color: #808BDB; }
a { background-color: rgb(128,139,219); }
div.DivClassName
{
background-color: #808BDB;
}
.BgClassName
{
background-color: #808BDB;
}
</style>
border-color css
<style>
span { border-color: #808BDB; }
span { border-color: rgb(128,139,219); }
td.TdClassName
{
border-color: #808BDB;
}
.TagClassName
{
border-color: #808BDB;
}
</style>