Shades of Portage #849AD7
Tints of Portage #849AD7
RGB
CMYK
RGB Variations
Color information
#849AD7 (or 0x849AD7) is known color: Portage. HEX triplet: 84, 9A and D7. RGB value is (132,154,215). Sum of RGB (Red+Green+Blue) = 132+154+215=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 215 (84.38% from 255 or 42.91% from 501); Max value from RGB is 215 - color contains mainly: blue. Hex color #849AD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849AD7 is #7B6528. Grayscale: #9A9A9A. Windows color (decimal): -8086825 or 14129796. OLE color: 14129796.
HSL color Cylindrical-coordinate representation of color #849AD7: hue angle of 224.1º 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 #849AD7 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 154 | 215 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.16 |
| HSL | 224.1º | 0.51% | 0.68% | - |
| HSV(B) | 224.1º | 0.39% | 0.84% | - |
| XYZ | 33.34 | 32.92 | 68.89 | - |
| YUV | 154.38 | 162.21 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 154 | 215 | 0.39 | 0.28 | 0 | 0.16 | 224.1 | 0.51 | 0.68 |
| Hex | 84 | 9A | D7 | 27 | 1C | 0 | 10 | E0 | 33 | 44 |
| Octal | 204 | 232 | 327 | 47 | 34 | 0 | 20 | 340 | 63 | 104 |
| Binary | 10000100 | 10011010 | 11010111 | 100111 | 11100 | 0 | 10000 | 11100000 | 110011 | 1000100 |
Color Harmonies of #849AD7
Complementary color
Monochromatic Colors of #849AD7
Black with #849AD7
Text Example
Text Example
White with #849AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849AD7; }
p { color: rgb(132,154,215); }
H1.HeaderClassName
{
color: #849AD7;
}
.AnyTagClassName
{
color: #849AD7;
}
</style>
background-color css
<style>
a { background-color: #849AD7; }
a { background-color: rgb(132,154,215); }
div.DivClassName
{
background-color: #849AD7;
}
.BgClassName
{
background-color: #849AD7;
}
</style>
border-color css
<style>
span { border-color: #849AD7; }
span { border-color: rgb(132,154,215); }
td.TdClassName
{
border-color: #849AD7;
}
.TagClassName
{
border-color: #849AD7;
}
</style>