Shades of Portage #808DCC
Tints of Portage #808DCC
RGB
CMYK
RGB Variations
Color information
#808DCC (or 0x808DCC) is known color: Portage. HEX triplet: 80, 8D and CC. RGB value is (128,141,204). Sum of RGB (Red+Green+Blue) = 128+141+204=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #808DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808DCC is #7F7233. Grayscale: #909090. Windows color (decimal): -8352308 or 13405568. OLE color: 13405568.
HSL color Cylindrical-coordinate representation of color #808DCC: hue angle of 229.74º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #808DCC is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 141 | 204 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.2 |
| HSL | 229.74º | 0.43% | 0.65% | - |
| HSV(B) | 229.74º | 0.37% | 0.8% | - |
| XYZ | 29.33 | 28 | 60.99 | - |
| YUV | 144.3 | 161.69 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 204 | 0.37 | 0.31 | 0 | 0.2 | 229.74 | 0.43 | 0.65 |
| Hex | 80 | 8D | CC | 25 | 1F | 0 | 14 | E6 | 2B | 41 |
| Octal | 200 | 215 | 314 | 45 | 37 | 0 | 24 | 346 | 53 | 101 |
| Binary | 10000000 | 10001101 | 11001100 | 100101 | 11111 | 0 | 10100 | 11100110 | 101011 | 1000001 |
Color Harmonies of #808DCC
Complementary color
Monochromatic Colors of #808DCC
Black with #808DCC
Text Example
Text Example
White with #808DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808DCC; }
p { color: rgb(128,141,204); }
H1.HeaderClassName
{
color: #808DCC;
}
.AnyTagClassName
{
color: #808DCC;
}
</style>
background-color css
<style>
a { background-color: #808DCC; }
a { background-color: rgb(128,141,204); }
div.DivClassName
{
background-color: #808DCC;
}
.BgClassName
{
background-color: #808DCC;
}
</style>
border-color css
<style>
span { border-color: #808DCC; }
span { border-color: rgb(128,141,204); }
td.TdClassName
{
border-color: #808DCC;
}
.TagClassName
{
border-color: #808DCC;
}
</style>