Shades of Portage #828ACC
Tints of Portage #828ACC
RGB
CMYK
RGB Variations
Color information
#828ACC (or 0x828ACC) is known color: Portage. HEX triplet: 82, 8A and CC. RGB value is (130,138,204). Sum of RGB (Red+Green+Blue) = 130+138+204=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #828ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ACC is #7D7533. Grayscale: #8E8E8E. Windows color (decimal): -8222004 or 13404802. OLE color: 13404802.
HSL color Cylindrical-coordinate representation of color #828ACC: hue angle of 233.51º 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 #828ACC is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 138 | 204 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.2 |
| HSL | 233.51º | 0.42% | 0.65% | - |
| HSV(B) | 233.51º | 0.36% | 0.8% | - |
| XYZ | 29.19 | 27.28 | 60.85 | - |
| YUV | 143.13 | 162.35 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 204 | 0.36 | 0.32 | 0 | 0.2 | 233.51 | 0.42 | 0.65 |
| Hex | 82 | 8A | CC | 24 | 20 | 0 | 14 | EA | 2A | 41 |
| Octal | 202 | 212 | 314 | 44 | 40 | 0 | 24 | 352 | 52 | 101 |
| Binary | 10000010 | 10001010 | 11001100 | 100100 | 100000 | 0 | 10100 | 11101010 | 101010 | 1000001 |
Color Harmonies of #828ACC
Complementary color
Monochromatic Colors of #828ACC
Black with #828ACC
Text Example
Text Example
White with #828ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828ACC; }
p { color: rgb(130,138,204); }
H1.HeaderClassName
{
color: #828ACC;
}
.AnyTagClassName
{
color: #828ACC;
}
</style>
background-color css
<style>
a { background-color: #828ACC; }
a { background-color: rgb(130,138,204); }
div.DivClassName
{
background-color: #828ACC;
}
.BgClassName
{
background-color: #828ACC;
}
</style>
border-color css
<style>
span { border-color: #828ACC; }
span { border-color: rgb(130,138,204); }
td.TdClassName
{
border-color: #828ACC;
}
.TagClassName
{
border-color: #828ACC;
}
</style>