Shades of Portage #828ADD
Tints of Portage #828ADD
RGB
CMYK
RGB Variations
Color information
#828ADD (or 0x828ADD) is known color: Portage. HEX triplet: 82, 8A and DD. RGB value is (130,138,221). Sum of RGB (Red+Green+Blue) = 130+138+221=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #828ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ADD is #7D7522. Grayscale: #909090. Windows color (decimal): -8221987 or 14518914. OLE color: 14518914.
HSL color Cylindrical-coordinate representation of color #828ADD: hue angle of 234.73º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #828ADD is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 138 | 221 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.13 |
| HSL | 234.73º | 0.57% | 0.69% | - |
| HSV(B) | 234.73º | 0.41% | 0.87% | - |
| XYZ | 31.35 | 28.14 | 72.19 | - |
| YUV | 145.07 | 170.85 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 221 | 0.41 | 0.38 | 0 | 0.13 | 234.73 | 0.57 | 0.69 |
| Hex | 82 | 8A | DD | 29 | 26 | 0 | D | EB | 39 | 45 |
| Octal | 202 | 212 | 335 | 51 | 46 | 0 | 15 | 353 | 71 | 105 |
| Binary | 10000010 | 10001010 | 11011101 | 101001 | 100110 | 0 | 1101 | 11101011 | 111001 | 1000101 |
Color Harmonies of #828ADD
Complementary color
Monochromatic Colors of #828ADD
Black with #828ADD
Text Example
Text Example
White with #828ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828ADD; }
p { color: rgb(130,138,221); }
H1.HeaderClassName
{
color: #828ADD;
}
.AnyTagClassName
{
color: #828ADD;
}
</style>
background-color css
<style>
a { background-color: #828ADD; }
a { background-color: rgb(130,138,221); }
div.DivClassName
{
background-color: #828ADD;
}
.BgClassName
{
background-color: #828ADD;
}
</style>
border-color css
<style>
span { border-color: #828ADD; }
span { border-color: rgb(130,138,221); }
td.TdClassName
{
border-color: #828ADD;
}
.TagClassName
{
border-color: #828ADD;
}
</style>