Shades of Portage #84A1DD
Tints of Portage #84A1DD
RGB
CMYK
RGB Variations
Color information
#84A1DD (or 0x84A1DD) is known color: Portage. HEX triplet: 84, A1 and DD. RGB value is (132,161,221). Sum of RGB (Red+Green+Blue) = 132+161+221=514 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.68% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #84A1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A1DD is #7B5E22. Grayscale: #9E9E9E. Windows color (decimal): -8085027 or 14524804. OLE color: 14524804.
HSL color Cylindrical-coordinate representation of color #84A1DD: hue angle of 220.45º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84A1DD is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 161 | 221 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.13 |
| HSL | 220.45º | 0.57% | 0.69% | - |
| HSV(B) | 220.45º | 0.4% | 0.87% | - |
| XYZ | 35.31 | 35.62 | 73.42 | - |
| YUV | 159.17 | 162.89 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 221 | 0.40 | 0.27 | 0 | 0.13 | 220.45 | 0.57 | 0.69 |
| Hex | 84 | A1 | DD | 28 | 1B | 0 | D | DC | 39 | 45 |
| Octal | 204 | 241 | 335 | 50 | 33 | 0 | 15 | 334 | 71 | 105 |
| Binary | 10000100 | 10100001 | 11011101 | 101000 | 11011 | 0 | 1101 | 11011100 | 111001 | 1000101 |
Color Harmonies of #84A1DD
Complementary color
Monochromatic Colors of #84A1DD
Black with #84A1DD
Text Example
Text Example
White with #84A1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A1DD; }
p { color: rgb(132,161,221); }
H1.HeaderClassName
{
color: #84A1DD;
}
.AnyTagClassName
{
color: #84A1DD;
}
</style>
background-color css
<style>
a { background-color: #84A1DD; }
a { background-color: rgb(132,161,221); }
div.DivClassName
{
background-color: #84A1DD;
}
.BgClassName
{
background-color: #84A1DD;
}
</style>
border-color css
<style>
span { border-color: #84A1DD; }
span { border-color: rgb(132,161,221); }
td.TdClassName
{
border-color: #84A1DD;
}
.TagClassName
{
border-color: #84A1DD;
}
</style>