Shades of Portage #828CDF
Tints of Portage #828CDF
RGB
CMYK
RGB Variations
Color information
#828CDF (or 0x828CDF) is known color: Portage. HEX triplet: 82, 8C and DF. RGB value is (130,140,223). Sum of RGB (Red+Green+Blue) = 130+140+223=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #828CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828CDF is #7D7320. Grayscale: #929292. Windows color (decimal): -8221473 or 14650498. OLE color: 14650498.
HSL color Cylindrical-coordinate representation of color #828CDF: hue angle of 233.55º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #828CDF is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 140 | 223 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.13 |
| HSL | 233.55º | 0.59% | 0.69% | - |
| HSV(B) | 233.55º | 0.42% | 0.87% | - |
| XYZ | 31.9 | 28.83 | 73.7 | - |
| YUV | 146.47 | 171.19 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 223 | 0.42 | 0.37 | 0 | 0.13 | 233.55 | 0.59 | 0.69 |
| Hex | 82 | 8C | DF | 2A | 25 | 0 | D | EA | 3B | 45 |
| Octal | 202 | 214 | 337 | 52 | 45 | 0 | 15 | 352 | 73 | 105 |
| Binary | 10000010 | 10001100 | 11011111 | 101010 | 100101 | 0 | 1101 | 11101010 | 111011 | 1000101 |
Color Harmonies of #828CDF
Complementary color
Monochromatic Colors of #828CDF
Black with #828CDF
Text Example
Text Example
White with #828CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828CDF; }
p { color: rgb(130,140,223); }
H1.HeaderClassName
{
color: #828CDF;
}
.AnyTagClassName
{
color: #828CDF;
}
</style>
background-color css
<style>
a { background-color: #828CDF; }
a { background-color: rgb(130,140,223); }
div.DivClassName
{
background-color: #828CDF;
}
.BgClassName
{
background-color: #828CDF;
}
</style>
border-color css
<style>
span { border-color: #828CDF; }
span { border-color: rgb(130,140,223); }
td.TdClassName
{
border-color: #828CDF;
}
.TagClassName
{
border-color: #828CDF;
}
</style>