Shades of Portage #828DCF
Tints of Portage #828DCF
RGB
CMYK
RGB Variations
Color information
#828DCF (or 0x828DCF) is known color: Portage. HEX triplet: 82, 8D and CF. RGB value is (130,141,207). Sum of RGB (Red+Green+Blue) = 130+141+207=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #828DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828DCF is #7D7230. Grayscale: #909090. Windows color (decimal): -8221233 or 13602178. OLE color: 13602178.
HSL color Cylindrical-coordinate representation of color #828DCF: hue angle of 231.43º degrees, saturation: 0.45, 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 #828DCF is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 141 | 207 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.19 |
| HSL | 231.43º | 0.45% | 0.66% | - |
| HSV(B) | 231.43º | 0.37% | 0.81% | - |
| XYZ | 29.99 | 28.3 | 62.91 | - |
| YUV | 145.24 | 162.86 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 207 | 0.37 | 0.32 | 0 | 0.19 | 231.43 | 0.45 | 0.66 |
| Hex | 82 | 8D | CF | 25 | 20 | 0 | 13 | E7 | 2D | 42 |
| Octal | 202 | 215 | 317 | 45 | 40 | 0 | 23 | 347 | 55 | 102 |
| Binary | 10000010 | 10001101 | 11001111 | 100101 | 100000 | 0 | 10011 | 11100111 | 101101 | 1000010 |
Color Harmonies of #828DCF
Complementary color
Monochromatic Colors of #828DCF
Black with #828DCF
Text Example
Text Example
White with #828DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828DCF; }
p { color: rgb(130,141,207); }
H1.HeaderClassName
{
color: #828DCF;
}
.AnyTagClassName
{
color: #828DCF;
}
</style>
background-color css
<style>
a { background-color: #828DCF; }
a { background-color: rgb(130,141,207); }
div.DivClassName
{
background-color: #828DCF;
}
.BgClassName
{
background-color: #828DCF;
}
</style>
border-color css
<style>
span { border-color: #828DCF; }
span { border-color: rgb(130,141,207); }
td.TdClassName
{
border-color: #828DCF;
}
.TagClassName
{
border-color: #828DCF;
}
</style>