Shades of Portage #828BCF
Tints of Portage #828BCF
RGB
CMYK
RGB Variations
Color information
#828BCF (or 0x828BCF) is known color: Portage. HEX triplet: 82, 8B and CF. RGB value is (130,139,207). Sum of RGB (Red+Green+Blue) = 130+139+207=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #828BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828BCF is #7D7430. Grayscale: #8F8F8F. Windows color (decimal): -8221745 or 13601666. OLE color: 13601666.
HSL color Cylindrical-coordinate representation of color #828BCF: hue angle of 232.99º 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 #828BCF is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 139 | 207 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.19 |
| HSL | 232.99º | 0.45% | 0.66% | - |
| HSV(B) | 232.99º | 0.37% | 0.81% | - |
| XYZ | 29.7 | 27.72 | 62.82 | - |
| YUV | 144.06 | 163.52 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 207 | 0.37 | 0.33 | 0 | 0.19 | 232.99 | 0.45 | 0.66 |
| Hex | 82 | 8B | CF | 25 | 21 | 0 | 13 | E9 | 2D | 42 |
| Octal | 202 | 213 | 317 | 45 | 41 | 0 | 23 | 351 | 55 | 102 |
| Binary | 10000010 | 10001011 | 11001111 | 100101 | 100001 | 0 | 10011 | 11101001 | 101101 | 1000010 |
Color Harmonies of #828BCF
Complementary color
Monochromatic Colors of #828BCF
Black with #828BCF
Text Example
Text Example
White with #828BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828BCF; }
p { color: rgb(130,139,207); }
H1.HeaderClassName
{
color: #828BCF;
}
.AnyTagClassName
{
color: #828BCF;
}
</style>
background-color css
<style>
a { background-color: #828BCF; }
a { background-color: rgb(130,139,207); }
div.DivClassName
{
background-color: #828BCF;
}
.BgClassName
{
background-color: #828BCF;
}
</style>
border-color css
<style>
span { border-color: #828BCF; }
span { border-color: rgb(130,139,207); }
td.TdClassName
{
border-color: #828BCF;
}
.TagClassName
{
border-color: #828BCF;
}
</style>