Shades of Portage #848AD1
Tints of Portage #848AD1
RGB
CMYK
RGB Variations
Color information
#848AD1 (or 0x848AD1) is known color: Portage. HEX triplet: 84, 8A and D1. RGB value is (132,138,209). Sum of RGB (Red+Green+Blue) = 132+138+209=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 209 (82.03% from 255 or 43.63% from 479); Max value from RGB is 209 - color contains mainly: blue. Hex color #848AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848AD1 is #7B752E. Grayscale: #909090. Windows color (decimal): -8090927 or 13732484. OLE color: 13732484.
HSL color Cylindrical-coordinate representation of color #848AD1: hue angle of 235.32º 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 #848AD1 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 138 | 209 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.18 |
| HSL | 235.32º | 0.46% | 0.67% | - |
| HSV(B) | 235.32º | 0.37% | 0.82% | - |
| XYZ | 30.11 | 27.69 | 64.08 | - |
| YUV | 144.3 | 164.51 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 138 | 209 | 0.37 | 0.34 | 0 | 0.18 | 235.32 | 0.46 | 0.67 |
| Hex | 84 | 8A | D1 | 25 | 22 | 0 | 12 | EB | 2E | 43 |
| Octal | 204 | 212 | 321 | 45 | 42 | 0 | 22 | 353 | 56 | 103 |
| Binary | 10000100 | 10001010 | 11010001 | 100101 | 100010 | 0 | 10010 | 11101011 | 101110 | 1000011 |
Color Harmonies of #848AD1
Complementary color
Monochromatic Colors of #848AD1
Black with #848AD1
Text Example
Text Example
White with #848AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848AD1; }
p { color: rgb(132,138,209); }
H1.HeaderClassName
{
color: #848AD1;
}
.AnyTagClassName
{
color: #848AD1;
}
</style>
background-color css
<style>
a { background-color: #848AD1; }
a { background-color: rgb(132,138,209); }
div.DivClassName
{
background-color: #848AD1;
}
.BgClassName
{
background-color: #848AD1;
}
</style>
border-color css
<style>
span { border-color: #848AD1; }
span { border-color: rgb(132,138,209); }
td.TdClassName
{
border-color: #848AD1;
}
.TagClassName
{
border-color: #848AD1;
}
</style>