Shades of Portage #849BDD
Tints of Portage #849BDD
RGB
CMYK
RGB Variations
Color information
#849BDD (or 0x849BDD) is known color: Portage. HEX triplet: 84, 9B and DD. RGB value is (132,155,221). Sum of RGB (Red+Green+Blue) = 132+155+221=508 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.98% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #849BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849BDD is #7B6422. Grayscale: #9B9B9B. Windows color (decimal): -8086563 or 14523268. OLE color: 14523268.
HSL color Cylindrical-coordinate representation of color #849BDD: hue angle of 224.49º 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 #849BDD is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 155 | 221 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.13 |
| HSL | 224.49º | 0.57% | 0.69% | - |
| HSV(B) | 224.49º | 0.4% | 0.87% | - |
| XYZ | 34.29 | 33.57 | 73.08 | - |
| YUV | 155.65 | 164.88 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 155 | 221 | 0.40 | 0.30 | 0 | 0.13 | 224.49 | 0.57 | 0.69 |
| Hex | 84 | 9B | DD | 28 | 1E | 0 | D | E0 | 39 | 45 |
| Octal | 204 | 233 | 335 | 50 | 36 | 0 | 15 | 340 | 71 | 105 |
| Binary | 10000100 | 10011011 | 11011101 | 101000 | 11110 | 0 | 1101 | 11100000 | 111001 | 1000101 |
Color Harmonies of #849BDD
Complementary color
Monochromatic Colors of #849BDD
Black with #849BDD
Text Example
Text Example
White with #849BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849BDD; }
p { color: rgb(132,155,221); }
H1.HeaderClassName
{
color: #849BDD;
}
.AnyTagClassName
{
color: #849BDD;
}
</style>
background-color css
<style>
a { background-color: #849BDD; }
a { background-color: rgb(132,155,221); }
div.DivClassName
{
background-color: #849BDD;
}
.BgClassName
{
background-color: #849BDD;
}
</style>
border-color css
<style>
span { border-color: #849BDD; }
span { border-color: rgb(132,155,221); }
td.TdClassName
{
border-color: #849BDD;
}
.TagClassName
{
border-color: #849BDD;
}
</style>