Shades of Portage #849CDF
Tints of Portage #849CDF
RGB
CMYK
RGB Variations
Color information
#849CDF (or 0x849CDF) is known color: Portage. HEX triplet: 84, 9C and DF. RGB value is (132,156,223). Sum of RGB (Red+Green+Blue) = 132+156+223=511 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.83% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #849CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849CDF is #7B6320. Grayscale: #9C9C9C. Windows color (decimal): -8086305 or 14654596. OLE color: 14654596.
HSL color Cylindrical-coordinate representation of color #849CDF: hue angle of 224.18º 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 #849CDF is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 156 | 223 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.13 |
| HSL | 224.18º | 0.59% | 0.7% | - |
| HSV(B) | 224.18º | 0.41% | 0.87% | - |
| XYZ | 34.72 | 34.01 | 74.55 | - |
| YUV | 156.46 | 165.55 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 156 | 223 | 0.41 | 0.30 | 0 | 0.13 | 224.18 | 0.59 | 0.7 |
| Hex | 84 | 9C | DF | 29 | 1E | 0 | D | E0 | 3B | 46 |
| Octal | 204 | 234 | 337 | 51 | 36 | 0 | 15 | 340 | 73 | 106 |
| Binary | 10000100 | 10011100 | 11011111 | 101001 | 11110 | 0 | 1101 | 11100000 | 111011 | 1000110 |
Color Harmonies of #849CDF
Complementary color
Monochromatic Colors of #849CDF
Black with #849CDF
Text Example
Text Example
White with #849CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849CDF; }
p { color: rgb(132,156,223); }
H1.HeaderClassName
{
color: #849CDF;
}
.AnyTagClassName
{
color: #849CDF;
}
</style>
background-color css
<style>
a { background-color: #849CDF; }
a { background-color: rgb(132,156,223); }
div.DivClassName
{
background-color: #849CDF;
}
.BgClassName
{
background-color: #849CDF;
}
</style>
border-color css
<style>
span { border-color: #849CDF; }
span { border-color: rgb(132,156,223); }
td.TdClassName
{
border-color: #849CDF;
}
.TagClassName
{
border-color: #849CDF;
}
</style>