Shades of Portage #849DDD
Tints of Portage #849DDD
RGB
CMYK
RGB Variations
Color information
#849DDD (or 0x849DDD) is known color: Portage. HEX triplet: 84, 9D and DD. RGB value is (132,157,221). Sum of RGB (Red+Green+Blue) = 132+157+221=510 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.88% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #849DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849DDD is #7B6222. Grayscale: #9C9C9C. Windows color (decimal): -8086051 or 14523780. OLE color: 14523780.
HSL color Cylindrical-coordinate representation of color #849DDD: hue angle of 223.15º 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 #849DDD is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 157 | 221 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.13 |
| HSL | 223.15º | 0.57% | 0.69% | - |
| HSV(B) | 223.15º | 0.4% | 0.87% | - |
| XYZ | 34.62 | 34.24 | 73.19 | - |
| YUV | 156.82 | 164.22 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 221 | 0.40 | 0.29 | 0 | 0.13 | 223.15 | 0.57 | 0.69 |
| Hex | 84 | 9D | DD | 28 | 1D | 0 | D | DF | 39 | 45 |
| Octal | 204 | 235 | 335 | 50 | 35 | 0 | 15 | 337 | 71 | 105 |
| Binary | 10000100 | 10011101 | 11011101 | 101000 | 11101 | 0 | 1101 | 11011111 | 111001 | 1000101 |
Color Harmonies of #849DDD
Complementary color
Monochromatic Colors of #849DDD
Black with #849DDD
Text Example
Text Example
White with #849DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849DDD; }
p { color: rgb(132,157,221); }
H1.HeaderClassName
{
color: #849DDD;
}
.AnyTagClassName
{
color: #849DDD;
}
</style>
background-color css
<style>
a { background-color: #849DDD; }
a { background-color: rgb(132,157,221); }
div.DivClassName
{
background-color: #849DDD;
}
.BgClassName
{
background-color: #849DDD;
}
</style>
border-color css
<style>
span { border-color: #849DDD; }
span { border-color: rgb(132,157,221); }
td.TdClassName
{
border-color: #849DDD;
}
.TagClassName
{
border-color: #849DDD;
}
</style>