Shades of Portage #84A0DF
Tints of Portage #84A0DF
RGB
CMYK
RGB Variations
Color information
#84A0DF (or 0x84A0DF) is known color: Portage. HEX triplet: 84, A0 and DF. RGB value is (132,160,223). Sum of RGB (Red+Green+Blue) = 132+160+223=515 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.63% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #84A0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A0DF is #7B5F20. Grayscale: #9E9E9E. Windows color (decimal): -8085281 or 14655620. OLE color: 14655620.
HSL color Cylindrical-coordinate representation of color #84A0DF: hue angle of 221.54º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84A0DF is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 160 | 223 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.13 |
| HSL | 221.54º | 0.59% | 0.7% | - |
| HSV(B) | 221.54º | 0.41% | 0.87% | - |
| XYZ | 35.41 | 35.37 | 74.77 | - |
| YUV | 158.81 | 164.22 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 160 | 223 | 0.41 | 0.28 | 0 | 0.13 | 221.54 | 0.59 | 0.7 |
| Hex | 84 | A0 | DF | 29 | 1C | 0 | D | DE | 3B | 46 |
| Octal | 204 | 240 | 337 | 51 | 34 | 0 | 15 | 336 | 73 | 106 |
| Binary | 10000100 | 10100000 | 11011111 | 101001 | 11100 | 0 | 1101 | 11011110 | 111011 | 1000110 |
Color Harmonies of #84A0DF
Complementary color
Monochromatic Colors of #84A0DF
Black with #84A0DF
Text Example
Text Example
White with #84A0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A0DF; }
p { color: rgb(132,160,223); }
H1.HeaderClassName
{
color: #84A0DF;
}
.AnyTagClassName
{
color: #84A0DF;
}
</style>
background-color css
<style>
a { background-color: #84A0DF; }
a { background-color: rgb(132,160,223); }
div.DivClassName
{
background-color: #84A0DF;
}
.BgClassName
{
background-color: #84A0DF;
}
</style>
border-color css
<style>
span { border-color: #84A0DF; }
span { border-color: rgb(132,160,223); }
td.TdClassName
{
border-color: #84A0DF;
}
.TagClassName
{
border-color: #84A0DF;
}
</style>