Shades of Portage #828CCA
Tints of Portage #828CCA
RGB
CMYK
RGB Variations
Color information
#828CCA (or 0x828CCA) is known color: Portage. HEX triplet: 82, 8C and CA. RGB value is (130,140,202). Sum of RGB (Red+Green+Blue) = 130+140+202=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #828CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828CCA is #7D7335. Grayscale: #8F8F8F. Windows color (decimal): -8221494 or 13274242. OLE color: 13274242.
HSL color Cylindrical-coordinate representation of color #828CCA: hue angle of 231.67º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #828CCA is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 140 | 202 | - |
| CMYK | 0.36 | 0.31 | 0 | 0.21 |
| HSL | 231.67º | 0.4% | 0.65% | - |
| HSV(B) | 231.67º | 0.36% | 0.79% | - |
| XYZ | 29.24 | 27.77 | 59.7 | - |
| YUV | 144.08 | 160.69 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 202 | 0.36 | 0.31 | 0 | 0.21 | 231.67 | 0.4 | 0.65 |
| Hex | 82 | 8C | CA | 24 | 1F | 0 | 15 | E8 | 28 | 41 |
| Octal | 202 | 214 | 312 | 44 | 37 | 0 | 25 | 350 | 50 | 101 |
| Binary | 10000010 | 10001100 | 11001010 | 100100 | 11111 | 0 | 10101 | 11101000 | 101000 | 1000001 |
Color Harmonies of #828CCA
Complementary color
Monochromatic Colors of #828CCA
Black with #828CCA
Text Example
Text Example
White with #828CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828CCA; }
p { color: rgb(130,140,202); }
H1.HeaderClassName
{
color: #828CCA;
}
.AnyTagClassName
{
color: #828CCA;
}
</style>
background-color css
<style>
a { background-color: #828CCA; }
a { background-color: rgb(130,140,202); }
div.DivClassName
{
background-color: #828CCA;
}
.BgClassName
{
background-color: #828CCA;
}
</style>
border-color css
<style>
span { border-color: #828CCA; }
span { border-color: rgb(130,140,202); }
td.TdClassName
{
border-color: #828CCA;
}
.TagClassName
{
border-color: #828CCA;
}
</style>