Shades of Portage #828ECE
Tints of Portage #828ECE
RGB
CMYK
RGB Variations
Color information
#828ECE (or 0x828ECE) is known color: Portage. HEX triplet: 82, 8E and CE. RGB value is (130,142,206). Sum of RGB (Red+Green+Blue) = 130+142+206=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #828ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ECE is #7D7131. Grayscale: #919191. Windows color (decimal): -8220978 or 13536898. OLE color: 13536898.
HSL color Cylindrical-coordinate representation of color #828ECE: hue angle of 230.53º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #828ECE is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 142 | 206 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.19 |
| HSL | 230.53º | 0.44% | 0.66% | - |
| HSV(B) | 230.53º | 0.37% | 0.81% | - |
| XYZ | 30.02 | 28.55 | 62.32 | - |
| YUV | 145.71 | 162.02 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 142 | 206 | 0.37 | 0.31 | 0 | 0.19 | 230.53 | 0.44 | 0.66 |
| Hex | 82 | 8E | CE | 25 | 1F | 0 | 13 | E7 | 2C | 42 |
| Octal | 202 | 216 | 316 | 45 | 37 | 0 | 23 | 347 | 54 | 102 |
| Binary | 10000010 | 10001110 | 11001110 | 100101 | 11111 | 0 | 10011 | 11100111 | 101100 | 1000010 |
Color Harmonies of #828ECE
Complementary color
Monochromatic Colors of #828ECE
Black with #828ECE
Text Example
Text Example
White with #828ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828ECE; }
p { color: rgb(130,142,206); }
H1.HeaderClassName
{
color: #828ECE;
}
.AnyTagClassName
{
color: #828ECE;
}
</style>
background-color css
<style>
a { background-color: #828ECE; }
a { background-color: rgb(130,142,206); }
div.DivClassName
{
background-color: #828ECE;
}
.BgClassName
{
background-color: #828ECE;
}
</style>
border-color css
<style>
span { border-color: #828ECE; }
span { border-color: rgb(130,142,206); }
td.TdClassName
{
border-color: #828ECE;
}
.TagClassName
{
border-color: #828ECE;
}
</style>