Shades of Portage #849BD7
Tints of Portage #849BD7
RGB
CMYK
RGB Variations
Color information
#849BD7 (or 0x849BD7) is known color: Portage. HEX triplet: 84, 9B and D7. RGB value is (132,155,215). Sum of RGB (Red+Green+Blue) = 132+155+215=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 215 (84.38% from 255 or 42.83% from 502); Max value from RGB is 215 - color contains mainly: blue. Hex color #849BD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849BD7 is #7B6428. Grayscale: #9A9A9A. Windows color (decimal): -8086569 or 14130052. OLE color: 14130052.
HSL color Cylindrical-coordinate representation of color #849BD7: hue angle of 223.37º 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 #849BD7 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 155 | 215 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.16 |
| HSL | 223.37º | 0.51% | 0.68% | - |
| HSV(B) | 223.37º | 0.39% | 0.84% | - |
| XYZ | 33.5 | 33.25 | 68.94 | - |
| YUV | 154.96 | 161.88 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 155 | 215 | 0.39 | 0.28 | 0 | 0.16 | 223.37 | 0.51 | 0.68 |
| Hex | 84 | 9B | D7 | 27 | 1C | 0 | 10 | DF | 33 | 44 |
| Octal | 204 | 233 | 327 | 47 | 34 | 0 | 20 | 337 | 63 | 104 |
| Binary | 10000100 | 10011011 | 11010111 | 100111 | 11100 | 0 | 10000 | 11011111 | 110011 | 1000100 |
Color Harmonies of #849BD7
Complementary color
Monochromatic Colors of #849BD7
Black with #849BD7
Text Example
Text Example
White with #849BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849BD7; }
p { color: rgb(132,155,215); }
H1.HeaderClassName
{
color: #849BD7;
}
.AnyTagClassName
{
color: #849BD7;
}
</style>
background-color css
<style>
a { background-color: #849BD7; }
a { background-color: rgb(132,155,215); }
div.DivClassName
{
background-color: #849BD7;
}
.BgClassName
{
background-color: #849BD7;
}
</style>
border-color css
<style>
span { border-color: #849BD7; }
span { border-color: rgb(132,155,215); }
td.TdClassName
{
border-color: #849BD7;
}
.TagClassName
{
border-color: #849BD7;
}
</style>