Shades of Portage #808BDD
Tints of Portage #808BDD
RGB
CMYK
RGB Variations
Color information
#808BDD (or 0x808BDD) is known color: Portage. HEX triplet: 80, 8B and DD. RGB value is (128,139,221). Sum of RGB (Red+Green+Blue) = 128+139+221=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #808BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808BDD is #7F7422. Grayscale: #909090. Windows color (decimal): -8352803 or 14519168. OLE color: 14519168.
HSL color Cylindrical-coordinate representation of color #808BDD: hue angle of 232.9º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #808BDD is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 139 | 221 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.13 |
| HSL | 232.9º | 0.58% | 0.68% | - |
| HSV(B) | 232.9º | 0.42% | 0.87% | - |
| XYZ | 31.19 | 28.27 | 72.22 | - |
| YUV | 145.06 | 170.86 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 221 | 0.42 | 0.37 | 0 | 0.13 | 232.9 | 0.58 | 0.68 |
| Hex | 80 | 8B | DD | 2A | 25 | 0 | D | E9 | 3A | 44 |
| Octal | 200 | 213 | 335 | 52 | 45 | 0 | 15 | 351 | 72 | 104 |
| Binary | 10000000 | 10001011 | 11011101 | 101010 | 100101 | 0 | 1101 | 11101001 | 111010 | 1000100 |
Color Harmonies of #808BDD
Complementary color
Monochromatic Colors of #808BDD
Black with #808BDD
Text Example
Text Example
White with #808BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808BDD; }
p { color: rgb(128,139,221); }
H1.HeaderClassName
{
color: #808BDD;
}
.AnyTagClassName
{
color: #808BDD;
}
</style>
background-color css
<style>
a { background-color: #808BDD; }
a { background-color: rgb(128,139,221); }
div.DivClassName
{
background-color: #808BDD;
}
.BgClassName
{
background-color: #808BDD;
}
</style>
border-color css
<style>
span { border-color: #808BDD; }
span { border-color: rgb(128,139,221); }
td.TdClassName
{
border-color: #808BDD;
}
.TagClassName
{
border-color: #808BDD;
}
</style>