Shades of Portage #828EDF
Tints of Portage #828EDF
RGB
CMYK
RGB Variations
Color information
#828EDF (or 0x828EDF) is known color: Portage. HEX triplet: 82, 8E and DF. RGB value is (130,142,223). Sum of RGB (Red+Green+Blue) = 130+142+223=495 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.26% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #828EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828EDF is #7D7120. Grayscale: #939393. Windows color (decimal): -8220961 or 14651010. OLE color: 14651010.
HSL color Cylindrical-coordinate representation of color #828EDF: hue angle of 232.26º 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 #828EDF is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 142 | 223 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.13 |
| HSL | 232.26º | 0.59% | 0.69% | - |
| HSV(B) | 232.26º | 0.42% | 0.87% | - |
| XYZ | 32.2 | 29.42 | 73.79 | - |
| YUV | 147.65 | 170.52 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 142 | 223 | 0.42 | 0.36 | 0 | 0.13 | 232.26 | 0.59 | 0.69 |
| Hex | 82 | 8E | DF | 2A | 24 | 0 | D | E8 | 3B | 45 |
| Octal | 202 | 216 | 337 | 52 | 44 | 0 | 15 | 350 | 73 | 105 |
| Binary | 10000010 | 10001110 | 11011111 | 101010 | 100100 | 0 | 1101 | 11101000 | 111011 | 1000101 |
Color Harmonies of #828EDF
Complementary color
Monochromatic Colors of #828EDF
Black with #828EDF
Text Example
Text Example
White with #828EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828EDF; }
p { color: rgb(130,142,223); }
H1.HeaderClassName
{
color: #828EDF;
}
.AnyTagClassName
{
color: #828EDF;
}
</style>
background-color css
<style>
a { background-color: #828EDF; }
a { background-color: rgb(130,142,223); }
div.DivClassName
{
background-color: #828EDF;
}
.BgClassName
{
background-color: #828EDF;
}
</style>
border-color css
<style>
span { border-color: #828EDF; }
span { border-color: rgb(130,142,223); }
td.TdClassName
{
border-color: #828EDF;
}
.TagClassName
{
border-color: #828EDF;
}
</style>