Shades of Portage #829ADB
Tints of Portage #829ADB
RGB
CMYK
RGB Variations
Color information
#829ADB (or 0x829ADB) is known color: Portage. HEX triplet: 82, 9A and DB. RGB value is (130,154,219). Sum of RGB (Red+Green+Blue) = 130+154+219=503 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.84% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #829ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829ADB is #7D6524. Grayscale: #999999. Windows color (decimal): -8217893 or 14391938. OLE color: 14391938.
HSL color Cylindrical-coordinate representation of color #829ADB: hue angle of 223.82º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #829ADB is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 154 | 219 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.14 |
| HSL | 223.82º | 0.55% | 0.68% | - |
| HSV(B) | 223.82º | 0.41% | 0.86% | - |
| XYZ | 33.55 | 32.97 | 71.61 | - |
| YUV | 154.23 | 164.55 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 154 | 219 | 0.41 | 0.30 | 0 | 0.14 | 223.82 | 0.55 | 0.68 |
| Hex | 82 | 9A | DB | 29 | 1E | 0 | E | E0 | 37 | 44 |
| Octal | 202 | 232 | 333 | 51 | 36 | 0 | 16 | 340 | 67 | 104 |
| Binary | 10000010 | 10011010 | 11011011 | 101001 | 11110 | 0 | 1110 | 11100000 | 110111 | 1000100 |
Color Harmonies of #829ADB
Complementary color
Monochromatic Colors of #829ADB
Black with #829ADB
Text Example
Text Example
White with #829ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829ADB; }
p { color: rgb(130,154,219); }
H1.HeaderClassName
{
color: #829ADB;
}
.AnyTagClassName
{
color: #829ADB;
}
</style>
background-color css
<style>
a { background-color: #829ADB; }
a { background-color: rgb(130,154,219); }
div.DivClassName
{
background-color: #829ADB;
}
.BgClassName
{
background-color: #829ADB;
}
</style>
border-color css
<style>
span { border-color: #829ADB; }
span { border-color: rgb(130,154,219); }
td.TdClassName
{
border-color: #829ADB;
}
.TagClassName
{
border-color: #829ADB;
}
</style>