Shades of Portage #808CD5
Tints of Portage #808CD5
RGB
CMYK
RGB Variations
Color information
#808CD5 (or 0x808CD5) is known color: Portage. HEX triplet: 80, 8C and D5. RGB value is (128,140,213). Sum of RGB (Red+Green+Blue) = 128+140+213=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #808CD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808CD5 is #7F732A. Grayscale: #909090. Windows color (decimal): -8352555 or 13995136. OLE color: 13995136.
HSL color Cylindrical-coordinate representation of color #808CD5: hue angle of 231.53º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #808CD5 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 140 | 213 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.16 |
| HSL | 231.53º | 0.5% | 0.67% | - |
| HSV(B) | 231.53º | 0.4% | 0.84% | - |
| XYZ | 30.29 | 28.15 | 66.79 | - |
| YUV | 144.73 | 166.52 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 140 | 213 | 0.40 | 0.34 | 0 | 0.16 | 231.53 | 0.5 | 0.67 |
| Hex | 80 | 8C | D5 | 28 | 22 | 0 | 10 | E8 | 32 | 43 |
| Octal | 200 | 214 | 325 | 50 | 42 | 0 | 20 | 350 | 62 | 103 |
| Binary | 10000000 | 10001100 | 11010101 | 101000 | 100010 | 0 | 10000 | 11101000 | 110010 | 1000011 |
Color Harmonies of #808CD5
Complementary color
Monochromatic Colors of #808CD5
Black with #808CD5
Text Example
Text Example
White with #808CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808CD5; }
p { color: rgb(128,140,213); }
H1.HeaderClassName
{
color: #808CD5;
}
.AnyTagClassName
{
color: #808CD5;
}
</style>
background-color css
<style>
a { background-color: #808CD5; }
a { background-color: rgb(128,140,213); }
div.DivClassName
{
background-color: #808CD5;
}
.BgClassName
{
background-color: #808CD5;
}
</style>
border-color css
<style>
span { border-color: #808CD5; }
span { border-color: rgb(128,140,213); }
td.TdClassName
{
border-color: #808CD5;
}
.TagClassName
{
border-color: #808CD5;
}
</style>