Shades of Portage #828DCC
Tints of Portage #828DCC
RGB
CMYK
RGB Variations
Color information
#828DCC (or 0x828DCC) is known color: Portage. HEX triplet: 82, 8D and CC. RGB value is (130,141,204). Sum of RGB (Red+Green+Blue) = 130+141+204=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #828DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828DCC is #7D7233. Grayscale: #909090. Windows color (decimal): -8221236 or 13405570. OLE color: 13405570.
HSL color Cylindrical-coordinate representation of color #828DCC: hue angle of 231.08º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #828DCC is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 141 | 204 | - |
| CMYK | 0.36 | 0.31 | 0 | 0.2 |
| HSL | 231.08º | 0.42% | 0.65% | - |
| HSV(B) | 231.08º | 0.36% | 0.8% | - |
| XYZ | 29.63 | 28.16 | 61 | - |
| YUV | 144.89 | 161.36 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 204 | 0.36 | 0.31 | 0 | 0.2 | 231.08 | 0.42 | 0.65 |
| Hex | 82 | 8D | CC | 24 | 1F | 0 | 14 | E7 | 2A | 41 |
| Octal | 202 | 215 | 314 | 44 | 37 | 0 | 24 | 347 | 52 | 101 |
| Binary | 10000010 | 10001101 | 11001100 | 100100 | 11111 | 0 | 10100 | 11100111 | 101010 | 1000001 |
Color Harmonies of #828DCC
Complementary color
Monochromatic Colors of #828DCC
Black with #828DCC
Text Example
Text Example
White with #828DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828DCC; }
p { color: rgb(130,141,204); }
H1.HeaderClassName
{
color: #828DCC;
}
.AnyTagClassName
{
color: #828DCC;
}
</style>
background-color css
<style>
a { background-color: #828DCC; }
a { background-color: rgb(130,141,204); }
div.DivClassName
{
background-color: #828DCC;
}
.BgClassName
{
background-color: #828DCC;
}
</style>
border-color css
<style>
span { border-color: #828DCC; }
span { border-color: rgb(130,141,204); }
td.TdClassName
{
border-color: #828DCC;
}
.TagClassName
{
border-color: #828DCC;
}
</style>