Shades of Portage #849BDB
Tints of Portage #849BDB
RGB
CMYK
RGB Variations
Color information
#849BDB (or 0x849BDB) is known color: Portage. HEX triplet: 84, 9B and DB. RGB value is (132,155,219). Sum of RGB (Red+Green+Blue) = 132+155+219=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #849BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849BDB is #7B6424. Grayscale: #9B9B9B. Windows color (decimal): -8086565 or 14392196. OLE color: 14392196.
HSL color Cylindrical-coordinate representation of color #849BDB: hue angle of 224.14º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #849BDB is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 155 | 219 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.14 |
| HSL | 224.14º | 0.55% | 0.69% | - |
| HSV(B) | 224.14º | 0.4% | 0.86% | - |
| XYZ | 34.02 | 33.46 | 71.68 | - |
| YUV | 155.42 | 163.88 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 155 | 219 | 0.40 | 0.29 | 0 | 0.14 | 224.14 | 0.55 | 0.69 |
| Hex | 84 | 9B | DB | 28 | 1D | 0 | E | E0 | 37 | 45 |
| Octal | 204 | 233 | 333 | 50 | 35 | 0 | 16 | 340 | 67 | 105 |
| Binary | 10000100 | 10011011 | 11011011 | 101000 | 11101 | 0 | 1110 | 11100000 | 110111 | 1000101 |
Color Harmonies of #849BDB
Complementary color
Monochromatic Colors of #849BDB
Black with #849BDB
Text Example
Text Example
White with #849BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849BDB; }
p { color: rgb(132,155,219); }
H1.HeaderClassName
{
color: #849BDB;
}
.AnyTagClassName
{
color: #849BDB;
}
</style>
background-color css
<style>
a { background-color: #849BDB; }
a { background-color: rgb(132,155,219); }
div.DivClassName
{
background-color: #849BDB;
}
.BgClassName
{
background-color: #849BDB;
}
</style>
border-color css
<style>
span { border-color: #849BDB; }
span { border-color: rgb(132,155,219); }
td.TdClassName
{
border-color: #849BDB;
}
.TagClassName
{
border-color: #849BDB;
}
</style>