Shades of Portage #84A1DF
Tints of Portage #84A1DF
RGB
CMYK
RGB Variations
Color information
#84A1DF (or 0x84A1DF) is known color: Portage. HEX triplet: 84, A1 and DF. RGB value is (132,161,223). Sum of RGB (Red+Green+Blue) = 132+161+223=516 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.58% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #84A1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A1DF is #7B5E20. Grayscale: #9F9F9F. Windows color (decimal): -8085025 or 14655876. OLE color: 14655876.
HSL color Cylindrical-coordinate representation of color #84A1DF: hue angle of 220.88º 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 #84A1DF is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 161 | 223 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.13 |
| HSL | 220.88º | 0.59% | 0.7% | - |
| HSV(B) | 220.88º | 0.41% | 0.87% | - |
| XYZ | 35.58 | 35.72 | 74.83 | - |
| YUV | 159.4 | 163.89 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 223 | 0.41 | 0.28 | 0 | 0.13 | 220.88 | 0.59 | 0.7 |
| Hex | 84 | A1 | DF | 29 | 1C | 0 | D | DD | 3B | 46 |
| Octal | 204 | 241 | 337 | 51 | 34 | 0 | 15 | 335 | 73 | 106 |
| Binary | 10000100 | 10100001 | 11011111 | 101001 | 11100 | 0 | 1101 | 11011101 | 111011 | 1000110 |
Color Harmonies of #84A1DF
Complementary color
Monochromatic Colors of #84A1DF
Black with #84A1DF
Text Example
Text Example
White with #84A1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A1DF; }
p { color: rgb(132,161,223); }
H1.HeaderClassName
{
color: #84A1DF;
}
.AnyTagClassName
{
color: #84A1DF;
}
</style>
background-color css
<style>
a { background-color: #84A1DF; }
a { background-color: rgb(132,161,223); }
div.DivClassName
{
background-color: #84A1DF;
}
.BgClassName
{
background-color: #84A1DF;
}
</style>
border-color css
<style>
span { border-color: #84A1DF; }
span { border-color: rgb(132,161,223); }
td.TdClassName
{
border-color: #84A1DF;
}
.TagClassName
{
border-color: #84A1DF;
}
</style>