Shades of Portage #848ADD
Tints of Portage #848ADD
RGB
CMYK
RGB Variations
Color information
#848ADD (or 0x848ADD) is known color: Portage. HEX triplet: 84, 8A and DD. RGB value is (132,138,221). Sum of RGB (Red+Green+Blue) = 132+138+221=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #848ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848ADD is #7B7522. Grayscale: #919191. Windows color (decimal): -8090915 or 14518916. OLE color: 14518916.
HSL color Cylindrical-coordinate representation of color #848ADD: hue angle of 235.96º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #848ADD is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 138 | 221 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.13 |
| HSL | 235.96º | 0.57% | 0.69% | - |
| HSV(B) | 235.96º | 0.4% | 0.87% | - |
| XYZ | 31.66 | 28.3 | 72.2 | - |
| YUV | 145.67 | 170.51 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 138 | 221 | 0.40 | 0.38 | 0 | 0.13 | 235.96 | 0.57 | 0.69 |
| Hex | 84 | 8A | DD | 28 | 26 | 0 | D | EC | 39 | 45 |
| Octal | 204 | 212 | 335 | 50 | 46 | 0 | 15 | 354 | 71 | 105 |
| Binary | 10000100 | 10001010 | 11011101 | 101000 | 100110 | 0 | 1101 | 11101100 | 111001 | 1000101 |
Color Harmonies of #848ADD
Complementary color
Monochromatic Colors of #848ADD
Black with #848ADD
Text Example
Text Example
White with #848ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848ADD; }
p { color: rgb(132,138,221); }
H1.HeaderClassName
{
color: #848ADD;
}
.AnyTagClassName
{
color: #848ADD;
}
</style>
background-color css
<style>
a { background-color: #848ADD; }
a { background-color: rgb(132,138,221); }
div.DivClassName
{
background-color: #848ADD;
}
.BgClassName
{
background-color: #848ADD;
}
</style>
border-color css
<style>
span { border-color: #848ADD; }
span { border-color: rgb(132,138,221); }
td.TdClassName
{
border-color: #848ADD;
}
.TagClassName
{
border-color: #848ADD;
}
</style>