Shades of Portage #828EC9
Tints of Portage #828EC9
RGB
CMYK
RGB Variations
Color information
#828EC9 (or 0x828EC9) is known color: Portage. HEX triplet: 82, 8E and C9. RGB value is (130,142,201). Sum of RGB (Red+Green+Blue) = 130+142+201=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #828EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828EC9 is #7D7136. Grayscale: #909090. Windows color (decimal): -8220983 or 13209218. OLE color: 13209218.
HSL color Cylindrical-coordinate representation of color #828EC9: hue angle of 229.86º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #828EC9 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 142 | 201 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.21 |
| HSL | 229.86º | 0.4% | 0.65% | - |
| HSV(B) | 229.86º | 0.35% | 0.79% | - |
| XYZ | 29.42 | 28.31 | 59.17 | - |
| YUV | 145.14 | 159.52 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 142 | 201 | 0.35 | 0.29 | 0 | 0.21 | 229.86 | 0.4 | 0.65 |
| Hex | 82 | 8E | C9 | 23 | 1D | 0 | 15 | E6 | 28 | 41 |
| Octal | 202 | 216 | 311 | 43 | 35 | 0 | 25 | 346 | 50 | 101 |
| Binary | 10000010 | 10001110 | 11001001 | 100011 | 11101 | 0 | 10101 | 11100110 | 101000 | 1000001 |
Color Harmonies of #828EC9
Complementary color
Monochromatic Colors of #828EC9
Black with #828EC9
Text Example
Text Example
White with #828EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828EC9; }
p { color: rgb(130,142,201); }
H1.HeaderClassName
{
color: #828EC9;
}
.AnyTagClassName
{
color: #828EC9;
}
</style>
background-color css
<style>
a { background-color: #828EC9; }
a { background-color: rgb(130,142,201); }
div.DivClassName
{
background-color: #828EC9;
}
.BgClassName
{
background-color: #828EC9;
}
</style>
border-color css
<style>
span { border-color: #828EC9; }
span { border-color: rgb(130,142,201); }
td.TdClassName
{
border-color: #828EC9;
}
.TagClassName
{
border-color: #828EC9;
}
</style>