Shades of Portage #828CCC
Tints of Portage #828CCC
RGB
CMYK
RGB Variations
Color information
#828CCC (or 0x828CCC) is known color: Portage. HEX triplet: 82, 8C and CC. RGB value is (130,140,204). Sum of RGB (Red+Green+Blue) = 130+140+204=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #828CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828CCC is #7D7333. Grayscale: #909090. Windows color (decimal): -8221492 or 13405314. OLE color: 13405314.
HSL color Cylindrical-coordinate representation of color #828CCC: hue angle of 231.89º 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 #828CCC is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 140 | 204 | - |
| CMYK | 0.36 | 0.31 | 0 | 0.2 |
| HSL | 231.89º | 0.42% | 0.65% | - |
| HSV(B) | 231.89º | 0.36% | 0.8% | - |
| XYZ | 29.48 | 27.86 | 60.95 | - |
| YUV | 144.31 | 161.69 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 204 | 0.36 | 0.31 | 0 | 0.2 | 231.89 | 0.42 | 0.65 |
| Hex | 82 | 8C | CC | 24 | 1F | 0 | 14 | E8 | 2A | 41 |
| Octal | 202 | 214 | 314 | 44 | 37 | 0 | 24 | 350 | 52 | 101 |
| Binary | 10000010 | 10001100 | 11001100 | 100100 | 11111 | 0 | 10100 | 11101000 | 101010 | 1000001 |
Color Harmonies of #828CCC
Complementary color
Monochromatic Colors of #828CCC
Black with #828CCC
Text Example
Text Example
White with #828CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828CCC; }
p { color: rgb(130,140,204); }
H1.HeaderClassName
{
color: #828CCC;
}
.AnyTagClassName
{
color: #828CCC;
}
</style>
background-color css
<style>
a { background-color: #828CCC; }
a { background-color: rgb(130,140,204); }
div.DivClassName
{
background-color: #828CCC;
}
.BgClassName
{
background-color: #828CCC;
}
</style>
border-color css
<style>
span { border-color: #828CCC; }
span { border-color: rgb(130,140,204); }
td.TdClassName
{
border-color: #828CCC;
}
.TagClassName
{
border-color: #828CCC;
}
</style>