Shades of Portage #828CEC
Tints of Portage #828CEC
RGB
CMYK
RGB Variations
Color information
#828CEC (or 0x828CEC) is known color: Portage. HEX triplet: 82, 8C and EC. RGB value is (130,140,236). Sum of RGB (Red+Green+Blue) = 130+140+236=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #828CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828CEC is #7D7313. Grayscale: #939393. Windows color (decimal): -8221460 or 15502466. OLE color: 15502466.
HSL color Cylindrical-coordinate representation of color #828CEC: hue angle of 234.34º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #828CEC is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 140 | 236 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.07 |
| HSL | 234.34º | 0.74% | 0.72% | - |
| HSV(B) | 234.34º | 0.45% | 0.93% | - |
| XYZ | 33.72 | 29.56 | 83.28 | - |
| YUV | 147.95 | 177.69 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 236 | 0.45 | 0.41 | 0 | 0.07 | 234.34 | 0.74 | 0.72 |
| Hex | 82 | 8C | EC | 2D | 29 | 0 | 7 | EA | 4A | 48 |
| Octal | 202 | 214 | 354 | 55 | 51 | 0 | 7 | 352 | 112 | 110 |
| Binary | 10000010 | 10001100 | 11101100 | 101101 | 101001 | 0 | 111 | 11101010 | 1001010 | 1001000 |
Color Harmonies of #828CEC
Complementary color
Monochromatic Colors of #828CEC
Black with #828CEC
Text Example
Text Example
White with #828CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828CEC; }
p { color: rgb(130,140,236); }
H1.HeaderClassName
{
color: #828CEC;
}
.AnyTagClassName
{
color: #828CEC;
}
</style>
background-color css
<style>
a { background-color: #828CEC; }
a { background-color: rgb(130,140,236); }
div.DivClassName
{
background-color: #828CEC;
}
.BgClassName
{
background-color: #828CEC;
}
</style>
border-color css
<style>
span { border-color: #828CEC; }
span { border-color: rgb(130,140,236); }
td.TdClassName
{
border-color: #828CEC;
}
.TagClassName
{
border-color: #828CEC;
}
</style>