Shades of Portage #848CDD
Tints of Portage #848CDD
RGB
CMYK
RGB Variations
Color information
#848CDD (or 0x848CDD) is known color: Portage. HEX triplet: 84, 8C and DD. RGB value is (132,140,221). Sum of RGB (Red+Green+Blue) = 132+140+221=493 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.77% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #848CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848CDD is #7B7322. Grayscale: #929292. Windows color (decimal): -8090403 or 14519428. OLE color: 14519428.
HSL color Cylindrical-coordinate representation of color #848CDD: hue angle of 234.61º 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 #848CDD is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 140 | 221 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.13 |
| HSL | 234.61º | 0.57% | 0.69% | - |
| HSV(B) | 234.61º | 0.4% | 0.87% | - |
| XYZ | 31.94 | 28.88 | 72.3 | - |
| YUV | 146.84 | 169.85 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 140 | 221 | 0.40 | 0.37 | 0 | 0.13 | 234.61 | 0.57 | 0.69 |
| Hex | 84 | 8C | DD | 28 | 25 | 0 | D | EB | 39 | 45 |
| Octal | 204 | 214 | 335 | 50 | 45 | 0 | 15 | 353 | 71 | 105 |
| Binary | 10000100 | 10001100 | 11011101 | 101000 | 100101 | 0 | 1101 | 11101011 | 111001 | 1000101 |
Color Harmonies of #848CDD
Complementary color
Monochromatic Colors of #848CDD
Black with #848CDD
Text Example
Text Example
White with #848CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848CDD; }
p { color: rgb(132,140,221); }
H1.HeaderClassName
{
color: #848CDD;
}
.AnyTagClassName
{
color: #848CDD;
}
</style>
background-color css
<style>
a { background-color: #848CDD; }
a { background-color: rgb(132,140,221); }
div.DivClassName
{
background-color: #848CDD;
}
.BgClassName
{
background-color: #848CDD;
}
</style>
border-color css
<style>
span { border-color: #848CDD; }
span { border-color: rgb(132,140,221); }
td.TdClassName
{
border-color: #848CDD;
}
.TagClassName
{
border-color: #848CDD;
}
</style>