Shades of Portage #828BDF
Tints of Portage #828BDF
RGB
CMYK
RGB Variations
Color information
#828BDF (or 0x828BDF) is known color: Portage. HEX triplet: 82, 8B and DF. RGB value is (130,139,223). Sum of RGB (Red+Green+Blue) = 130+139+223=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #828BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828BDF is #7D7420. Grayscale: #919191. Windows color (decimal): -8221729 or 14650242. OLE color: 14650242.
HSL color Cylindrical-coordinate representation of color #828BDF: hue angle of 234.19º 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 #828BDF is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 139 | 223 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.13 |
| HSL | 234.19º | 0.59% | 0.69% | - |
| HSV(B) | 234.19º | 0.42% | 0.87% | - |
| XYZ | 31.76 | 28.54 | 73.65 | - |
| YUV | 145.89 | 171.52 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 223 | 0.42 | 0.38 | 0 | 0.13 | 234.19 | 0.59 | 0.69 |
| Hex | 82 | 8B | DF | 2A | 26 | 0 | D | EA | 3B | 45 |
| Octal | 202 | 213 | 337 | 52 | 46 | 0 | 15 | 352 | 73 | 105 |
| Binary | 10000010 | 10001011 | 11011111 | 101010 | 100110 | 0 | 1101 | 11101010 | 111011 | 1000101 |
Color Harmonies of #828BDF
Complementary color
Monochromatic Colors of #828BDF
Black with #828BDF
Text Example
Text Example
White with #828BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828BDF; }
p { color: rgb(130,139,223); }
H1.HeaderClassName
{
color: #828BDF;
}
.AnyTagClassName
{
color: #828BDF;
}
</style>
background-color css
<style>
a { background-color: #828BDF; }
a { background-color: rgb(130,139,223); }
div.DivClassName
{
background-color: #828BDF;
}
.BgClassName
{
background-color: #828BDF;
}
</style>
border-color css
<style>
span { border-color: #828BDF; }
span { border-color: rgb(130,139,223); }
td.TdClassName
{
border-color: #828BDF;
}
.TagClassName
{
border-color: #828BDF;
}
</style>