Shades of Portage #849CDE
Tints of Portage #849CDE
RGB
CMYK
RGB Variations
Color information
#849CDE (or 0x849CDE) is known color: Portage. HEX triplet: 84, 9C and DE. RGB value is (132,156,222). Sum of RGB (Red+Green+Blue) = 132+156+222=510 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.88% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #849CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849CDE is #7B6321. Grayscale: #9C9C9C. Windows color (decimal): -8086306 or 14589060. OLE color: 14589060.
HSL color Cylindrical-coordinate representation of color #849CDE: hue angle of 224º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #849CDE is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 156 | 222 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.13 |
| HSL | 224º | 0.58% | 0.69% | - |
| HSV(B) | 224º | 0.41% | 0.87% | - |
| XYZ | 34.59 | 33.96 | 73.84 | - |
| YUV | 156.35 | 165.05 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 156 | 222 | 0.41 | 0.30 | 0 | 0.13 | 224 | 0.58 | 0.69 |
| Hex | 84 | 9C | DE | 29 | 1E | 0 | D | E0 | 3A | 45 |
| Octal | 204 | 234 | 336 | 51 | 36 | 0 | 15 | 340 | 72 | 105 |
| Binary | 10000100 | 10011100 | 11011110 | 101001 | 11110 | 0 | 1101 | 11100000 | 111010 | 1000101 |
Color Harmonies of #849CDE
Complementary color
Monochromatic Colors of #849CDE
Black with #849CDE
Text Example
Text Example
White with #849CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849CDE; }
p { color: rgb(132,156,222); }
H1.HeaderClassName
{
color: #849CDE;
}
.AnyTagClassName
{
color: #849CDE;
}
</style>
background-color css
<style>
a { background-color: #849CDE; }
a { background-color: rgb(132,156,222); }
div.DivClassName
{
background-color: #849CDE;
}
.BgClassName
{
background-color: #849CDE;
}
</style>
border-color css
<style>
span { border-color: #849CDE; }
span { border-color: rgb(132,156,222); }
td.TdClassName
{
border-color: #849CDE;
}
.TagClassName
{
border-color: #849CDE;
}
</style>