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