Shades of Portage #828FD0
Tints of Portage #828FD0
RGB
CMYK
RGB Variations
Color information
#828FD0 (or 0x828FD0) is known color: Portage. HEX triplet: 82, 8F and D0. RGB value is (130,143,208). Sum of RGB (Red+Green+Blue) = 130+143+208=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #828FD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FD0 is #7D702F. Grayscale: #929292. Windows color (decimal): -8220720 or 13668226. OLE color: 13668226.
HSL color Cylindrical-coordinate representation of color #828FD0: hue angle of 230º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #828FD0 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 143 | 208 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.18 |
| HSL | 230º | 0.45% | 0.66% | - |
| HSV(B) | 230º | 0.38% | 0.82% | - |
| XYZ | 30.41 | 28.94 | 63.66 | - |
| YUV | 146.52 | 162.69 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 208 | 0.38 | 0.31 | 0 | 0.18 | 230 | 0.45 | 0.66 |
| Hex | 82 | 8F | D0 | 26 | 1F | 0 | 12 | E6 | 2D | 42 |
| Octal | 202 | 217 | 320 | 46 | 37 | 0 | 22 | 346 | 55 | 102 |
| Binary | 10000010 | 10001111 | 11010000 | 100110 | 11111 | 0 | 10010 | 11100110 | 101101 | 1000010 |
Color Harmonies of #828FD0
Complementary color
Monochromatic Colors of #828FD0
Black with #828FD0
Text Example
Text Example
White with #828FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828FD0; }
p { color: rgb(130,143,208); }
H1.HeaderClassName
{
color: #828FD0;
}
.AnyTagClassName
{
color: #828FD0;
}
</style>
background-color css
<style>
a { background-color: #828FD0; }
a { background-color: rgb(130,143,208); }
div.DivClassName
{
background-color: #828FD0;
}
.BgClassName
{
background-color: #828FD0;
}
</style>
border-color css
<style>
span { border-color: #828FD0; }
span { border-color: rgb(130,143,208); }
td.TdClassName
{
border-color: #828FD0;
}
.TagClassName
{
border-color: #828FD0;
}
</style>