Shades of Portage #848BDB
Tints of Portage #848BDB
RGB
CMYK
RGB Variations
Color information
#848BDB (or 0x848BDB) is known color: Portage. HEX triplet: 84, 8B and DB. RGB value is (132,139,219). Sum of RGB (Red+Green+Blue) = 132+139+219=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #848BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848BDB is #7B7424. Grayscale: #919191. Windows color (decimal): -8090661 or 14388100. OLE color: 14388100.
HSL color Cylindrical-coordinate representation of color #848BDB: hue angle of 235.17º 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 #848BDB is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 139 | 219 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.14 |
| HSL | 235.17º | 0.55% | 0.69% | - |
| HSV(B) | 235.17º | 0.4% | 0.86% | - |
| XYZ | 31.53 | 28.49 | 70.85 | - |
| YUV | 146.03 | 169.18 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 139 | 219 | 0.40 | 0.37 | 0 | 0.14 | 235.17 | 0.55 | 0.69 |
| Hex | 84 | 8B | DB | 28 | 25 | 0 | E | EB | 37 | 45 |
| Octal | 204 | 213 | 333 | 50 | 45 | 0 | 16 | 353 | 67 | 105 |
| Binary | 10000100 | 10001011 | 11011011 | 101000 | 100101 | 0 | 1110 | 11101011 | 110111 | 1000101 |
Color Harmonies of #848BDB
Complementary color
Monochromatic Colors of #848BDB
Black with #848BDB
Text Example
Text Example
White with #848BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848BDB; }
p { color: rgb(132,139,219); }
H1.HeaderClassName
{
color: #848BDB;
}
.AnyTagClassName
{
color: #848BDB;
}
</style>
background-color css
<style>
a { background-color: #848BDB; }
a { background-color: rgb(132,139,219); }
div.DivClassName
{
background-color: #848BDB;
}
.BgClassName
{
background-color: #848BDB;
}
</style>
border-color css
<style>
span { border-color: #848BDB; }
span { border-color: rgb(132,139,219); }
td.TdClassName
{
border-color: #848BDB;
}
.TagClassName
{
border-color: #848BDB;
}
</style>