Shades of Portage #849ED7
Tints of Portage #849ED7
RGB
CMYK
RGB Variations
Color information
#849ED7 (or 0x849ED7) is known color: Portage. HEX triplet: 84, 9E and D7. RGB value is (132,158,215). Sum of RGB (Red+Green+Blue) = 132+158+215=505 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.14% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 215 - color contains mainly: blue. Hex color #849ED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ED7 is #7B6128. Grayscale: #9C9C9C. Windows color (decimal): -8085801 or 14130820. OLE color: 14130820.
HSL color Cylindrical-coordinate representation of color #849ED7: hue angle of 221.2º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #849ED7 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 158 | 215 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.16 |
| HSL | 221.2º | 0.51% | 0.68% | - |
| HSV(B) | 221.2º | 0.39% | 0.84% | - |
| XYZ | 34.01 | 34.27 | 69.11 | - |
| YUV | 156.72 | 160.89 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 158 | 215 | 0.39 | 0.27 | 0 | 0.16 | 221.2 | 0.51 | 0.68 |
| Hex | 84 | 9E | D7 | 27 | 1B | 0 | 10 | DD | 33 | 44 |
| Octal | 204 | 236 | 327 | 47 | 33 | 0 | 20 | 335 | 63 | 104 |
| Binary | 10000100 | 10011110 | 11010111 | 100111 | 11011 | 0 | 10000 | 11011101 | 110011 | 1000100 |
Color Harmonies of #849ED7
Complementary color
Monochromatic Colors of #849ED7
Black with #849ED7
Text Example
Text Example
White with #849ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849ED7; }
p { color: rgb(132,158,215); }
H1.HeaderClassName
{
color: #849ED7;
}
.AnyTagClassName
{
color: #849ED7;
}
</style>
background-color css
<style>
a { background-color: #849ED7; }
a { background-color: rgb(132,158,215); }
div.DivClassName
{
background-color: #849ED7;
}
.BgClassName
{
background-color: #849ED7;
}
</style>
border-color css
<style>
span { border-color: #849ED7; }
span { border-color: rgb(132,158,215); }
td.TdClassName
{
border-color: #849ED7;
}
.TagClassName
{
border-color: #849ED7;
}
</style>