Shades of Portage #828FCF
Tints of Portage #828FCF
RGB
CMYK
RGB Variations
Color information
#828FCF (or 0x828FCF) is known color: Portage. HEX triplet: 82, 8F and CF. RGB value is (130,143,207). Sum of RGB (Red+Green+Blue) = 130+143+207=480 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.08% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #828FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FCF is #7D7030. Grayscale: #929292. Windows color (decimal): -8220721 or 13602690. OLE color: 13602690.
HSL color Cylindrical-coordinate representation of color #828FCF: hue angle of 229.87º 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 #828FCF is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 143 | 207 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.19 |
| HSL | 229.87º | 0.45% | 0.66% | - |
| HSV(B) | 229.87º | 0.37% | 0.81% | - |
| XYZ | 30.29 | 28.9 | 63.01 | - |
| YUV | 146.41 | 162.19 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 207 | 0.37 | 0.31 | 0 | 0.19 | 229.87 | 0.45 | 0.66 |
| Hex | 82 | 8F | CF | 25 | 1F | 0 | 13 | E6 | 2D | 42 |
| Octal | 202 | 217 | 317 | 45 | 37 | 0 | 23 | 346 | 55 | 102 |
| Binary | 10000010 | 10001111 | 11001111 | 100101 | 11111 | 0 | 10011 | 11100110 | 101101 | 1000010 |
Color Harmonies of #828FCF
Complementary color
Monochromatic Colors of #828FCF
Black with #828FCF
Text Example
Text Example
White with #828FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828FCF; }
p { color: rgb(130,143,207); }
H1.HeaderClassName
{
color: #828FCF;
}
.AnyTagClassName
{
color: #828FCF;
}
</style>
background-color css
<style>
a { background-color: #828FCF; }
a { background-color: rgb(130,143,207); }
div.DivClassName
{
background-color: #828FCF;
}
.BgClassName
{
background-color: #828FCF;
}
</style>
border-color css
<style>
span { border-color: #828FCF; }
span { border-color: rgb(130,143,207); }
td.TdClassName
{
border-color: #828FCF;
}
.TagClassName
{
border-color: #828FCF;
}
</style>