Shades of Portage #848AD0
Tints of Portage #848AD0
RGB
CMYK
RGB Variations
Color information
#848AD0 (or 0x848AD0) is known color: Portage. HEX triplet: 84, 8A and D0. RGB value is (132,138,208). Sum of RGB (Red+Green+Blue) = 132+138+208=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 208 - color contains mainly: blue. Hex color #848AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848AD0 is #7B752F. Grayscale: #8F8F8F. Windows color (decimal): -8090928 or 13666948. OLE color: 13666948.
HSL color Cylindrical-coordinate representation of color #848AD0: hue angle of 235.26º degrees, saturation: 0.45, 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 #848AD0 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 138 | 208 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.18 |
| HSL | 235.26º | 0.45% | 0.67% | - |
| HSV(B) | 235.26º | 0.37% | 0.82% | - |
| XYZ | 29.99 | 27.64 | 63.43 | - |
| YUV | 144.19 | 164.01 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 138 | 208 | 0.37 | 0.34 | 0 | 0.18 | 235.26 | 0.45 | 0.67 |
| Hex | 84 | 8A | D0 | 25 | 22 | 0 | 12 | EB | 2D | 43 |
| Octal | 204 | 212 | 320 | 45 | 42 | 0 | 22 | 353 | 55 | 103 |
| Binary | 10000100 | 10001010 | 11010000 | 100101 | 100010 | 0 | 10010 | 11101011 | 101101 | 1000011 |
Color Harmonies of #848AD0
Complementary color
Monochromatic Colors of #848AD0
Black with #848AD0
Text Example
Text Example
White with #848AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848AD0; }
p { color: rgb(132,138,208); }
H1.HeaderClassName
{
color: #848AD0;
}
.AnyTagClassName
{
color: #848AD0;
}
</style>
background-color css
<style>
a { background-color: #848AD0; }
a { background-color: rgb(132,138,208); }
div.DivClassName
{
background-color: #848AD0;
}
.BgClassName
{
background-color: #848AD0;
}
</style>
border-color css
<style>
span { border-color: #848AD0; }
span { border-color: rgb(132,138,208); }
td.TdClassName
{
border-color: #848AD0;
}
.TagClassName
{
border-color: #848AD0;
}
</style>