Shades of Portage #84A1DB
Tints of Portage #84A1DB
RGB
CMYK
RGB Variations
Color information
#84A1DB (or 0x84A1DB) is known color: Portage. HEX triplet: 84, A1 and DB. RGB value is (132,161,219). Sum of RGB (Red+Green+Blue) = 132+161+219=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #84A1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A1DB is #7B5E24. Grayscale: #9E9E9E. Windows color (decimal): -8085029 or 14393732. OLE color: 14393732.
HSL color Cylindrical-coordinate representation of color #84A1DB: hue angle of 220º 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 #84A1DB is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 161 | 219 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.14 |
| HSL | 220º | 0.55% | 0.69% | - |
| HSV(B) | 220º | 0.4% | 0.86% | - |
| XYZ | 35.05 | 35.51 | 72.02 | - |
| YUV | 158.94 | 161.89 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 219 | 0.40 | 0.26 | 0 | 0.14 | 220 | 0.55 | 0.69 |
| Hex | 84 | A1 | DB | 28 | 1A | 0 | E | DC | 37 | 45 |
| Octal | 204 | 241 | 333 | 50 | 32 | 0 | 16 | 334 | 67 | 105 |
| Binary | 10000100 | 10100001 | 11011011 | 101000 | 11010 | 0 | 1110 | 11011100 | 110111 | 1000101 |
Color Harmonies of #84A1DB
Complementary color
Monochromatic Colors of #84A1DB
Black with #84A1DB
Text Example
Text Example
White with #84A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A1DB; }
p { color: rgb(132,161,219); }
H1.HeaderClassName
{
color: #84A1DB;
}
.AnyTagClassName
{
color: #84A1DB;
}
</style>
background-color css
<style>
a { background-color: #84A1DB; }
a { background-color: rgb(132,161,219); }
div.DivClassName
{
background-color: #84A1DB;
}
.BgClassName
{
background-color: #84A1DB;
}
</style>
border-color css
<style>
span { border-color: #84A1DB; }
span { border-color: rgb(132,161,219); }
td.TdClassName
{
border-color: #84A1DB;
}
.TagClassName
{
border-color: #84A1DB;
}
</style>