Shades of Portage #848CDE
Tints of Portage #848CDE
RGB
CMYK
RGB Variations
Color information
#848CDE (or 0x848CDE) is known color: Portage. HEX triplet: 84, 8C and DE. RGB value is (132,140,222). Sum of RGB (Red+Green+Blue) = 132+140+222=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #848CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848CDE is #7B7321. Grayscale: #929292. Windows color (decimal): -8090402 or 14584964. OLE color: 14584964.
HSL color Cylindrical-coordinate representation of color #848CDE: hue angle of 234.67º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #848CDE is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 140 | 222 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.13 |
| HSL | 234.67º | 0.58% | 0.69% | - |
| HSV(B) | 234.67º | 0.41% | 0.87% | - |
| XYZ | 32.08 | 28.94 | 73 | - |
| YUV | 146.96 | 170.35 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 140 | 222 | 0.41 | 0.37 | 0 | 0.13 | 234.67 | 0.58 | 0.69 |
| Hex | 84 | 8C | DE | 29 | 25 | 0 | D | EB | 3A | 45 |
| Octal | 204 | 214 | 336 | 51 | 45 | 0 | 15 | 353 | 72 | 105 |
| Binary | 10000100 | 10001100 | 11011110 | 101001 | 100101 | 0 | 1101 | 11101011 | 111010 | 1000101 |
Color Harmonies of #848CDE
Complementary color
Monochromatic Colors of #848CDE
Black with #848CDE
Text Example
Text Example
White with #848CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848CDE; }
p { color: rgb(132,140,222); }
H1.HeaderClassName
{
color: #848CDE;
}
.AnyTagClassName
{
color: #848CDE;
}
</style>
background-color css
<style>
a { background-color: #848CDE; }
a { background-color: rgb(132,140,222); }
div.DivClassName
{
background-color: #848CDE;
}
.BgClassName
{
background-color: #848CDE;
}
</style>
border-color css
<style>
span { border-color: #848CDE; }
span { border-color: rgb(132,140,222); }
td.TdClassName
{
border-color: #848CDE;
}
.TagClassName
{
border-color: #848CDE;
}
</style>