Shades of Portage #828ACF
Tints of Portage #828ACF
RGB
CMYK
RGB Variations
Color information
#828ACF (or 0x828ACF) is known color: Portage. HEX triplet: 82, 8A and CF. RGB value is (130,138,207). Sum of RGB (Red+Green+Blue) = 130+138+207=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #828ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ACF is #7D7530. Grayscale: #8F8F8F. Windows color (decimal): -8222001 or 13601410. OLE color: 13601410.
HSL color Cylindrical-coordinate representation of color #828ACF: hue angle of 233.77º 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 #828ACF is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 138 | 207 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.19 |
| HSL | 233.77º | 0.45% | 0.66% | - |
| HSV(B) | 233.77º | 0.37% | 0.81% | - |
| XYZ | 29.56 | 27.43 | 62.77 | - |
| YUV | 143.47 | 163.85 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 207 | 0.37 | 0.33 | 0 | 0.19 | 233.77 | 0.45 | 0.66 |
| Hex | 82 | 8A | CF | 25 | 21 | 0 | 13 | EA | 2D | 42 |
| Octal | 202 | 212 | 317 | 45 | 41 | 0 | 23 | 352 | 55 | 102 |
| Binary | 10000010 | 10001010 | 11001111 | 100101 | 100001 | 0 | 10011 | 11101010 | 101101 | 1000010 |
Color Harmonies of #828ACF
Complementary color
Monochromatic Colors of #828ACF
Black with #828ACF
Text Example
Text Example
White with #828ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828ACF; }
p { color: rgb(130,138,207); }
H1.HeaderClassName
{
color: #828ACF;
}
.AnyTagClassName
{
color: #828ACF;
}
</style>
background-color css
<style>
a { background-color: #828ACF; }
a { background-color: rgb(130,138,207); }
div.DivClassName
{
background-color: #828ACF;
}
.BgClassName
{
background-color: #828ACF;
}
</style>
border-color css
<style>
span { border-color: #828ACF; }
span { border-color: rgb(130,138,207); }
td.TdClassName
{
border-color: #828ACF;
}
.TagClassName
{
border-color: #828ACF;
}
</style>