Shades of Portage #828DDD
Tints of Portage #828DDD
RGB
CMYK
RGB Variations
Color information
#828DDD (or 0x828DDD) is known color: Portage. HEX triplet: 82, 8D and DD. RGB value is (130,141,221). Sum of RGB (Red+Green+Blue) = 130+141+221=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #828DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828DDD is #7D7222. Grayscale: #929292. Windows color (decimal): -8221219 or 14519682. OLE color: 14519682.
HSL color Cylindrical-coordinate representation of color #828DDD: hue angle of 232.75º 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 #828DDD is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 141 | 221 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.13 |
| HSL | 232.75º | 0.57% | 0.69% | - |
| HSV(B) | 232.75º | 0.41% | 0.87% | - |
| XYZ | 31.78 | 29.02 | 72.33 | - |
| YUV | 146.83 | 169.86 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 221 | 0.41 | 0.36 | 0 | 0.13 | 232.75 | 0.57 | 0.69 |
| Hex | 82 | 8D | DD | 29 | 24 | 0 | D | E9 | 39 | 45 |
| Octal | 202 | 215 | 335 | 51 | 44 | 0 | 15 | 351 | 71 | 105 |
| Binary | 10000010 | 10001101 | 11011101 | 101001 | 100100 | 0 | 1101 | 11101001 | 111001 | 1000101 |
Color Harmonies of #828DDD
Complementary color
Monochromatic Colors of #828DDD
Black with #828DDD
Text Example
Text Example
White with #828DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828DDD; }
p { color: rgb(130,141,221); }
H1.HeaderClassName
{
color: #828DDD;
}
.AnyTagClassName
{
color: #828DDD;
}
</style>
background-color css
<style>
a { background-color: #828DDD; }
a { background-color: rgb(130,141,221); }
div.DivClassName
{
background-color: #828DDD;
}
.BgClassName
{
background-color: #828DDD;
}
</style>
border-color css
<style>
span { border-color: #828DDD; }
span { border-color: rgb(130,141,221); }
td.TdClassName
{
border-color: #828DDD;
}
.TagClassName
{
border-color: #828DDD;
}
</style>