Shades of Portage #849AD1
Tints of Portage #849AD1
RGB
CMYK
RGB Variations
Color information
#849AD1 (or 0x849AD1) is known color: Portage. HEX triplet: 84, 9A and D1. RGB value is (132,154,209). Sum of RGB (Red+Green+Blue) = 132+154+209=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 209 (82.03% from 255 or 42.22% from 495); Max value from RGB is 209 - color contains mainly: blue. Hex color #849AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849AD1 is #7B652E. Grayscale: #999999. Windows color (decimal): -8086831 or 13736580. OLE color: 13736580.
HSL color Cylindrical-coordinate representation of color #849AD1: hue angle of 222.86º 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 #849AD1 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 154 | 209 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.18 |
| HSL | 222.86º | 0.46% | 0.67% | - |
| HSV(B) | 222.86º | 0.37% | 0.82% | - |
| XYZ | 32.58 | 32.62 | 64.9 | - |
| YUV | 153.69 | 159.21 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 154 | 209 | 0.37 | 0.26 | 0 | 0.18 | 222.86 | 0.46 | 0.67 |
| Hex | 84 | 9A | D1 | 25 | 1A | 0 | 12 | DF | 2E | 43 |
| Octal | 204 | 232 | 321 | 45 | 32 | 0 | 22 | 337 | 56 | 103 |
| Binary | 10000100 | 10011010 | 11010001 | 100101 | 11010 | 0 | 10010 | 11011111 | 101110 | 1000011 |
Color Harmonies of #849AD1
Complementary color
Monochromatic Colors of #849AD1
Black with #849AD1
Text Example
Text Example
White with #849AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849AD1; }
p { color: rgb(132,154,209); }
H1.HeaderClassName
{
color: #849AD1;
}
.AnyTagClassName
{
color: #849AD1;
}
</style>
background-color css
<style>
a { background-color: #849AD1; }
a { background-color: rgb(132,154,209); }
div.DivClassName
{
background-color: #849AD1;
}
.BgClassName
{
background-color: #849AD1;
}
</style>
border-color css
<style>
span { border-color: #849AD1; }
span { border-color: rgb(132,154,209); }
td.TdClassName
{
border-color: #849AD1;
}
.TagClassName
{
border-color: #849AD1;
}
</style>