Shades of Portage #828BED
Tints of Portage #828BED
RGB
CMYK
RGB Variations
Color information
#828BED (or 0x828BED) is known color: Portage. HEX triplet: 82, 8B and ED. RGB value is (130,139,237). Sum of RGB (Red+Green+Blue) = 130+139+237=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #828BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828BED is #7D7412. Grayscale: #939393. Windows color (decimal): -8221715 or 15567746. OLE color: 15567746.
HSL color Cylindrical-coordinate representation of color #828BED: hue angle of 234.95º degrees, saturation: 0.75, 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 #828BED is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 139 | 237 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.07 |
| HSL | 234.95º | 0.75% | 0.72% | - |
| HSV(B) | 234.95º | 0.45% | 0.93% | - |
| XYZ | 33.72 | 29.33 | 84 | - |
| YUV | 147.48 | 178.52 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 237 | 0.45 | 0.41 | 0 | 0.07 | 234.95 | 0.75 | 0.72 |
| Hex | 82 | 8B | ED | 2D | 29 | 0 | 7 | EB | 4B | 48 |
| Octal | 202 | 213 | 355 | 55 | 51 | 0 | 7 | 353 | 113 | 110 |
| Binary | 10000010 | 10001011 | 11101101 | 101101 | 101001 | 0 | 111 | 11101011 | 1001011 | 1001000 |
Color Harmonies of #828BED
Complementary color
Monochromatic Colors of #828BED
Black with #828BED
Text Example
Text Example
White with #828BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828BED; }
p { color: rgb(130,139,237); }
H1.HeaderClassName
{
color: #828BED;
}
.AnyTagClassName
{
color: #828BED;
}
</style>
background-color css
<style>
a { background-color: #828BED; }
a { background-color: rgb(130,139,237); }
div.DivClassName
{
background-color: #828BED;
}
.BgClassName
{
background-color: #828BED;
}
</style>
border-color css
<style>
span { border-color: #828BED; }
span { border-color: rgb(130,139,237); }
td.TdClassName
{
border-color: #828BED;
}
.TagClassName
{
border-color: #828BED;
}
</style>