Shades of Portage #808CDA
Tints of Portage #808CDA
RGB
CMYK
RGB Variations
Color information
#808CDA (or 0x808CDA) is known color: Portage. HEX triplet: 80, 8C and DA. RGB value is (128,140,218). Sum of RGB (Red+Green+Blue) = 128+140+218=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #808CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808CDA is #7F7325. Grayscale: #909090. Windows color (decimal): -8352550 or 14322816. OLE color: 14322816.
HSL color Cylindrical-coordinate representation of color #808CDA: hue angle of 232º 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 #808CDA is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 140 | 218 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.15 |
| HSL | 232º | 0.55% | 0.68% | - |
| HSV(B) | 232º | 0.41% | 0.85% | - |
| XYZ | 30.94 | 28.41 | 70.18 | - |
| YUV | 145.3 | 169.02 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 140 | 218 | 0.41 | 0.36 | 0 | 0.15 | 232 | 0.55 | 0.68 |
| Hex | 80 | 8C | DA | 29 | 24 | 0 | F | E8 | 37 | 44 |
| Octal | 200 | 214 | 332 | 51 | 44 | 0 | 17 | 350 | 67 | 104 |
| Binary | 10000000 | 10001100 | 11011010 | 101001 | 100100 | 0 | 1111 | 11101000 | 110111 | 1000100 |
Color Harmonies of #808CDA
Complementary color
Monochromatic Colors of #808CDA
Black with #808CDA
Text Example
Text Example
White with #808CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808CDA; }
p { color: rgb(128,140,218); }
H1.HeaderClassName
{
color: #808CDA;
}
.AnyTagClassName
{
color: #808CDA;
}
</style>
background-color css
<style>
a { background-color: #808CDA; }
a { background-color: rgb(128,140,218); }
div.DivClassName
{
background-color: #808CDA;
}
.BgClassName
{
background-color: #808CDA;
}
</style>
border-color css
<style>
span { border-color: #808CDA; }
span { border-color: rgb(128,140,218); }
td.TdClassName
{
border-color: #808CDA;
}
.TagClassName
{
border-color: #808CDA;
}
</style>