Shades of Portage #808CCD
Tints of Portage #808CCD
RGB
CMYK
RGB Variations
Color information
#808CCD (or 0x808CCD) is known color: Portage. HEX triplet: 80, 8C and CD. RGB value is (128,140,205). Sum of RGB (Red+Green+Blue) = 128+140+205=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #808CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808CCD is #7F7332. Grayscale: #8F8F8F. Windows color (decimal): -8352563 or 13470848. OLE color: 13470848.
HSL color Cylindrical-coordinate representation of color #808CCD: hue angle of 230.65º 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 #808CCD is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 140 | 205 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.20 |
| HSL | 230.65º | 0.44% | 0.65% | - |
| HSV(B) | 230.65º | 0.38% | 0.8% | - |
| XYZ | 29.3 | 27.75 | 61.57 | - |
| YUV | 143.82 | 162.52 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 140 | 205 | 0.38 | 0.32 | 0 | 0.20 | 230.65 | 0.44 | 0.65 |
| Hex | 80 | 8C | CD | 26 | 20 | 0 | 14 | E7 | 2C | 41 |
| Octal | 200 | 214 | 315 | 46 | 40 | 0 | 24 | 347 | 54 | 101 |
| Binary | 10000000 | 10001100 | 11001101 | 100110 | 100000 | 0 | 10100 | 11100111 | 101100 | 1000001 |
Color Harmonies of #808CCD
Complementary color
Monochromatic Colors of #808CCD
Black with #808CCD
Text Example
Text Example
White with #808CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808CCD; }
p { color: rgb(128,140,205); }
H1.HeaderClassName
{
color: #808CCD;
}
.AnyTagClassName
{
color: #808CCD;
}
</style>
background-color css
<style>
a { background-color: #808CCD; }
a { background-color: rgb(128,140,205); }
div.DivClassName
{
background-color: #808CCD;
}
.BgClassName
{
background-color: #808CCD;
}
</style>
border-color css
<style>
span { border-color: #808CCD; }
span { border-color: rgb(128,140,205); }
td.TdClassName
{
border-color: #808CCD;
}
.TagClassName
{
border-color: #808CCD;
}
</style>