Shades of Portage #848BD2
Tints of Portage #848BD2
RGB
CMYK
RGB Variations
Color information
#848BD2 (or 0x848BD2) is known color: Portage. HEX triplet: 84, 8B and D2. RGB value is (132,139,210). Sum of RGB (Red+Green+Blue) = 132+139+210=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 210 - color contains mainly: blue. Hex color #848BD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848BD2 is #7B742D. Grayscale: #909090. Windows color (decimal): -8090670 or 13798276. OLE color: 13798276.
HSL color Cylindrical-coordinate representation of color #848BD2: hue angle of 234.62º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #848BD2 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 139 | 210 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.18 |
| HSL | 234.62º | 0.46% | 0.67% | - |
| HSV(B) | 234.62º | 0.37% | 0.82% | - |
| XYZ | 30.38 | 28.02 | 64.78 | - |
| YUV | 145 | 164.68 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 139 | 210 | 0.37 | 0.34 | 0 | 0.18 | 234.62 | 0.46 | 0.67 |
| Hex | 84 | 8B | D2 | 25 | 22 | 0 | 12 | EB | 2E | 43 |
| Octal | 204 | 213 | 322 | 45 | 42 | 0 | 22 | 353 | 56 | 103 |
| Binary | 10000100 | 10001011 | 11010010 | 100101 | 100010 | 0 | 10010 | 11101011 | 101110 | 1000011 |
Color Harmonies of #848BD2
Complementary color
Monochromatic Colors of #848BD2
Black with #848BD2
Text Example
Text Example
White with #848BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848BD2; }
p { color: rgb(132,139,210); }
H1.HeaderClassName
{
color: #848BD2;
}
.AnyTagClassName
{
color: #848BD2;
}
</style>
background-color css
<style>
a { background-color: #848BD2; }
a { background-color: rgb(132,139,210); }
div.DivClassName
{
background-color: #848BD2;
}
.BgClassName
{
background-color: #848BD2;
}
</style>
border-color css
<style>
span { border-color: #848BD2; }
span { border-color: rgb(132,139,210); }
td.TdClassName
{
border-color: #848BD2;
}
.TagClassName
{
border-color: #848BD2;
}
</style>