Shades of Portage #8084DB
Tints of Portage #8084DB
RGB
CMYK
RGB Variations
Color information
#8084DB (or 0x8084DB) is known color: Portage. HEX triplet: 80, 84 and DB. RGB value is (128,132,219). Sum of RGB (Red+Green+Blue) = 128+132+219=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #8084DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8084DB is #7F7B24. Grayscale: #8C8C8C. Windows color (decimal): -8354597 or 14386304. OLE color: 14386304.
HSL color Cylindrical-coordinate representation of color #8084DB: hue angle of 237.36º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8084DB is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 132 | 219 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.14 |
| HSL | 237.36º | 0.56% | 0.68% | - |
| HSV(B) | 237.36º | 0.42% | 0.86% | - |
| XYZ | 29.94 | 26.21 | 70.5 | - |
| YUV | 140.72 | 172.17 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 219 | 0.42 | 0.40 | 0 | 0.14 | 237.36 | 0.56 | 0.68 |
| Hex | 80 | 84 | DB | 2A | 28 | 0 | E | ED | 38 | 44 |
| Octal | 200 | 204 | 333 | 52 | 50 | 0 | 16 | 355 | 70 | 104 |
| Binary | 10000000 | 10000100 | 11011011 | 101010 | 101000 | 0 | 1110 | 11101101 | 111000 | 1000100 |
Color Harmonies of #8084DB
Complementary color
Monochromatic Colors of #8084DB
Black with #8084DB
Text Example
Text Example
White with #8084DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8084DB; }
p { color: rgb(128,132,219); }
H1.HeaderClassName
{
color: #8084DB;
}
.AnyTagClassName
{
color: #8084DB;
}
</style>
background-color css
<style>
a { background-color: #8084DB; }
a { background-color: rgb(128,132,219); }
div.DivClassName
{
background-color: #8084DB;
}
.BgClassName
{
background-color: #8084DB;
}
</style>
border-color css
<style>
span { border-color: #8084DB; }
span { border-color: rgb(128,132,219); }
td.TdClassName
{
border-color: #8084DB;
}
.TagClassName
{
border-color: #8084DB;
}
</style>