Shades of Portage #829BDA
Tints of Portage #829BDA
RGB
CMYK
RGB Variations
Color information
#829BDA (or 0x829BDA) is known color: Portage. HEX triplet: 82, 9B and DA. RGB value is (130,155,218). Sum of RGB (Red+Green+Blue) = 130+155+218=503 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.84% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #829BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BDA is #7D6425. Grayscale: #9A9A9A. Windows color (decimal): -8217638 or 14326658. OLE color: 14326658.
HSL color Cylindrical-coordinate representation of color #829BDA: hue angle of 222.95º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #829BDA is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 155 | 218 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.15 |
| HSL | 222.95º | 0.54% | 0.68% | - |
| HSV(B) | 222.95º | 0.4% | 0.85% | - |
| XYZ | 33.58 | 33.25 | 70.98 | - |
| YUV | 154.71 | 163.72 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 218 | 0.40 | 0.29 | 0 | 0.15 | 222.95 | 0.54 | 0.68 |
| Hex | 82 | 9B | DA | 28 | 1D | 0 | F | DF | 36 | 44 |
| Octal | 202 | 233 | 332 | 50 | 35 | 0 | 17 | 337 | 66 | 104 |
| Binary | 10000010 | 10011011 | 11011010 | 101000 | 11101 | 0 | 1111 | 11011111 | 110110 | 1000100 |
Color Harmonies of #829BDA
Complementary color
Monochromatic Colors of #829BDA
Black with #829BDA
Text Example
Text Example
White with #829BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829BDA; }
p { color: rgb(130,155,218); }
H1.HeaderClassName
{
color: #829BDA;
}
.AnyTagClassName
{
color: #829BDA;
}
</style>
background-color css
<style>
a { background-color: #829BDA; }
a { background-color: rgb(130,155,218); }
div.DivClassName
{
background-color: #829BDA;
}
.BgClassName
{
background-color: #829BDA;
}
</style>
border-color css
<style>
span { border-color: #829BDA; }
span { border-color: rgb(130,155,218); }
td.TdClassName
{
border-color: #829BDA;
}
.TagClassName
{
border-color: #829BDA;
}
</style>