Shades of Portage #84A0DB
Tints of Portage #84A0DB
RGB
CMYK
RGB Variations
Color information
#84A0DB (or 0x84A0DB) is known color: Portage. HEX triplet: 84, A0 and DB. RGB value is (132,160,219). Sum of RGB (Red+Green+Blue) = 132+160+219=511 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.83% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #84A0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A0DB is #7B5F24. Grayscale: #9E9E9E. Windows color (decimal): -8085285 or 14393476. OLE color: 14393476.
HSL color Cylindrical-coordinate representation of color #84A0DB: hue angle of 220.69º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84A0DB is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 160 | 219 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.14 |
| HSL | 220.69º | 0.55% | 0.69% | - |
| HSV(B) | 220.69º | 0.4% | 0.86% | - |
| XYZ | 34.87 | 35.16 | 71.97 | - |
| YUV | 158.35 | 162.22 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 160 | 219 | 0.40 | 0.27 | 0 | 0.14 | 220.69 | 0.55 | 0.69 |
| Hex | 84 | A0 | DB | 28 | 1B | 0 | E | DD | 37 | 45 |
| Octal | 204 | 240 | 333 | 50 | 33 | 0 | 16 | 335 | 67 | 105 |
| Binary | 10000100 | 10100000 | 11011011 | 101000 | 11011 | 0 | 1110 | 11011101 | 110111 | 1000101 |
Color Harmonies of #84A0DB
Complementary color
Monochromatic Colors of #84A0DB
Black with #84A0DB
Text Example
Text Example
White with #84A0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A0DB; }
p { color: rgb(132,160,219); }
H1.HeaderClassName
{
color: #84A0DB;
}
.AnyTagClassName
{
color: #84A0DB;
}
</style>
background-color css
<style>
a { background-color: #84A0DB; }
a { background-color: rgb(132,160,219); }
div.DivClassName
{
background-color: #84A0DB;
}
.BgClassName
{
background-color: #84A0DB;
}
</style>
border-color css
<style>
span { border-color: #84A0DB; }
span { border-color: rgb(132,160,219); }
td.TdClassName
{
border-color: #84A0DB;
}
.TagClassName
{
border-color: #84A0DB;
}
</style>