Shades of Portage #849CD6
Tints of Portage #849CD6
RGB
CMYK
RGB Variations
Color information
#849CD6 (or 0x849CD6) is known color: Portage. HEX triplet: 84, 9C and D6. RGB value is (132,156,214). Sum of RGB (Red+Green+Blue) = 132+156+214=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 214 (83.98% from 255 or 42.63% from 502); Max value from RGB is 214 - color contains mainly: blue. Hex color #849CD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849CD6 is #7B6329. Grayscale: #9B9B9B. Windows color (decimal): -8086314 or 14064772. OLE color: 14064772.
HSL color Cylindrical-coordinate representation of color #849CD6: hue angle of 222.44º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #849CD6 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 156 | 214 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.16 |
| HSL | 222.44º | 0.5% | 0.68% | - |
| HSV(B) | 222.44º | 0.38% | 0.84% | - |
| XYZ | 33.54 | 33.54 | 68.32 | - |
| YUV | 155.44 | 161.05 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 156 | 214 | 0.38 | 0.27 | 0 | 0.16 | 222.44 | 0.5 | 0.68 |
| Hex | 84 | 9C | D6 | 26 | 1B | 0 | 10 | DE | 32 | 44 |
| Octal | 204 | 234 | 326 | 46 | 33 | 0 | 20 | 336 | 62 | 104 |
| Binary | 10000100 | 10011100 | 11010110 | 100110 | 11011 | 0 | 10000 | 11011110 | 110010 | 1000100 |
Color Harmonies of #849CD6
Complementary color
Monochromatic Colors of #849CD6
Black with #849CD6
Text Example
Text Example
White with #849CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849CD6; }
p { color: rgb(132,156,214); }
H1.HeaderClassName
{
color: #849CD6;
}
.AnyTagClassName
{
color: #849CD6;
}
</style>
background-color css
<style>
a { background-color: #849CD6; }
a { background-color: rgb(132,156,214); }
div.DivClassName
{
background-color: #849CD6;
}
.BgClassName
{
background-color: #849CD6;
}
</style>
border-color css
<style>
span { border-color: #849CD6; }
span { border-color: rgb(132,156,214); }
td.TdClassName
{
border-color: #849CD6;
}
.TagClassName
{
border-color: #849CD6;
}
</style>