Shades of Portage #808BDA
Tints of Portage #808BDA
RGB
CMYK
RGB Variations
Color information
#808BDA (or 0x808BDA) is known color: Portage. HEX triplet: 80, 8B and DA. RGB value is (128,139,218). Sum of RGB (Red+Green+Blue) = 128+139+218=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #808BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808BDA is #7F7425. Grayscale: #909090. Windows color (decimal): -8352806 or 14322560. OLE color: 14322560.
HSL color Cylindrical-coordinate representation of color #808BDA: hue angle of 232.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #808BDA is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 139 | 218 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.15 |
| HSL | 232.67º | 0.55% | 0.68% | - |
| HSV(B) | 232.67º | 0.41% | 0.85% | - |
| XYZ | 30.79 | 28.12 | 70.13 | - |
| YUV | 144.72 | 169.36 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 218 | 0.41 | 0.36 | 0 | 0.15 | 232.67 | 0.55 | 0.68 |
| Hex | 80 | 8B | DA | 29 | 24 | 0 | F | E9 | 37 | 44 |
| Octal | 200 | 213 | 332 | 51 | 44 | 0 | 17 | 351 | 67 | 104 |
| Binary | 10000000 | 10001011 | 11011010 | 101001 | 100100 | 0 | 1111 | 11101001 | 110111 | 1000100 |
Color Harmonies of #808BDA
Complementary color
Monochromatic Colors of #808BDA
Black with #808BDA
Text Example
Text Example
White with #808BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808BDA; }
p { color: rgb(128,139,218); }
H1.HeaderClassName
{
color: #808BDA;
}
.AnyTagClassName
{
color: #808BDA;
}
</style>
background-color css
<style>
a { background-color: #808BDA; }
a { background-color: rgb(128,139,218); }
div.DivClassName
{
background-color: #808BDA;
}
.BgClassName
{
background-color: #808BDA;
}
</style>
border-color css
<style>
span { border-color: #808BDA; }
span { border-color: rgb(128,139,218); }
td.TdClassName
{
border-color: #808BDA;
}
.TagClassName
{
border-color: #808BDA;
}
</style>