Shades of Portage #849CD1
Tints of Portage #849CD1
RGB
CMYK
RGB Variations
Color information
#849CD1 (or 0x849CD1) is known color: Portage. HEX triplet: 84, 9C and D1. RGB value is (132,156,209). Sum of RGB (Red+Green+Blue) = 132+156+209=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 209 - color contains mainly: blue. Hex color #849CD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849CD1 is #7B632E. Grayscale: #9A9A9A. Windows color (decimal): -8086319 or 13737092. OLE color: 13737092.
HSL color Cylindrical-coordinate representation of color #849CD1: hue angle of 221.3º 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 #849CD1 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 156 | 209 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.18 |
| HSL | 221.3º | 0.46% | 0.67% | - |
| HSV(B) | 221.3º | 0.37% | 0.82% | - |
| XYZ | 32.91 | 33.29 | 65.01 | - |
| YUV | 154.87 | 158.55 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 156 | 209 | 0.37 | 0.25 | 0 | 0.18 | 221.3 | 0.46 | 0.67 |
| Hex | 84 | 9C | D1 | 25 | 19 | 0 | 12 | DD | 2E | 43 |
| Octal | 204 | 234 | 321 | 45 | 31 | 0 | 22 | 335 | 56 | 103 |
| Binary | 10000100 | 10011100 | 11010001 | 100101 | 11001 | 0 | 10010 | 11011101 | 101110 | 1000011 |
Color Harmonies of #849CD1
Complementary color
Monochromatic Colors of #849CD1
Black with #849CD1
Text Example
Text Example
White with #849CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849CD1; }
p { color: rgb(132,156,209); }
H1.HeaderClassName
{
color: #849CD1;
}
.AnyTagClassName
{
color: #849CD1;
}
</style>
background-color css
<style>
a { background-color: #849CD1; }
a { background-color: rgb(132,156,209); }
div.DivClassName
{
background-color: #849CD1;
}
.BgClassName
{
background-color: #849CD1;
}
</style>
border-color css
<style>
span { border-color: #849CD1; }
span { border-color: rgb(132,156,209); }
td.TdClassName
{
border-color: #849CD1;
}
.TagClassName
{
border-color: #849CD1;
}
</style>