Shades of Portage #808DCD
Tints of Portage #808DCD
RGB
CMYK
RGB Variations
Color information
#808DCD (or 0x808DCD) is known color: Portage. HEX triplet: 80, 8D and CD. RGB value is (128,141,205). Sum of RGB (Red+Green+Blue) = 128+141+205=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #808DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808DCD is #7F7232. Grayscale: #909090. Windows color (decimal): -8352307 or 13471104. OLE color: 13471104.
HSL color Cylindrical-coordinate representation of color #808DCD: hue angle of 229.87º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #808DCD is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 141 | 205 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.20 |
| HSL | 229.87º | 0.44% | 0.65% | - |
| HSV(B) | 229.87º | 0.38% | 0.8% | - |
| XYZ | 29.45 | 28.05 | 61.62 | - |
| YUV | 144.41 | 162.19 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 205 | 0.38 | 0.31 | 0 | 0.20 | 229.87 | 0.44 | 0.65 |
| Hex | 80 | 8D | CD | 26 | 1F | 0 | 14 | E6 | 2C | 41 |
| Octal | 200 | 215 | 315 | 46 | 37 | 0 | 24 | 346 | 54 | 101 |
| Binary | 10000000 | 10001101 | 11001101 | 100110 | 11111 | 0 | 10100 | 11100110 | 101100 | 1000001 |
Color Harmonies of #808DCD
Complementary color
Monochromatic Colors of #808DCD
Black with #808DCD
Text Example
Text Example
White with #808DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808DCD; }
p { color: rgb(128,141,205); }
H1.HeaderClassName
{
color: #808DCD;
}
.AnyTagClassName
{
color: #808DCD;
}
</style>
background-color css
<style>
a { background-color: #808DCD; }
a { background-color: rgb(128,141,205); }
div.DivClassName
{
background-color: #808DCD;
}
.BgClassName
{
background-color: #808DCD;
}
</style>
border-color css
<style>
span { border-color: #808DCD; }
span { border-color: rgb(128,141,205); }
td.TdClassName
{
border-color: #808DCD;
}
.TagClassName
{
border-color: #808DCD;
}
</style>