Shades of Portage #829AD3
Tints of Portage #829AD3
RGB
CMYK
RGB Variations
Color information
#829AD3 (or 0x829AD3) is known color: Portage. HEX triplet: 82, 9A and D3. RGB value is (130,154,211). Sum of RGB (Red+Green+Blue) = 130+154+211=495 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.26% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 211 (82.81% from 255 or 42.63% from 495); Max value from RGB is 211 - color contains mainly: blue. Hex color #829AD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829AD3 is #7D652C. Grayscale: #999999. Windows color (decimal): -8217901 or 13867650. OLE color: 13867650.
HSL color Cylindrical-coordinate representation of color #829AD3: hue angle of 222.22º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #829AD3 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 130 | 154 | 211 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.17 |
| HSL | 222.22º | 0.48% | 0.67% | - |
| HSV(B) | 222.22º | 0.38% | 0.83% | - |
| XYZ | 32.52 | 32.56 | 66.2 | - |
| YUV | 153.32 | 160.55 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 154 | 211 | 0.38 | 0.27 | 0 | 0.17 | 222.22 | 0.48 | 0.67 |
| Hex | 82 | 9A | D3 | 26 | 1B | 0 | 11 | DE | 30 | 43 |
| Octal | 202 | 232 | 323 | 46 | 33 | 0 | 21 | 336 | 60 | 103 |
| Binary | 10000010 | 10011010 | 11010011 | 100110 | 11011 | 0 | 10001 | 11011110 | 110000 | 1000011 |
Color Harmonies of #829AD3
Complementary color
Monochromatic Colors of #829AD3
Black with #829AD3
Text Example
Text Example
White with #829AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829AD3; }
p { color: rgb(130,154,211); }
H1.HeaderClassName
{
color: #829AD3;
}
.AnyTagClassName
{
color: #829AD3;
}
</style>
background-color css
<style>
a { background-color: #829AD3; }
a { background-color: rgb(130,154,211); }
div.DivClassName
{
background-color: #829AD3;
}
.BgClassName
{
background-color: #829AD3;
}
</style>
border-color css
<style>
span { border-color: #829AD3; }
span { border-color: rgb(130,154,211); }
td.TdClassName
{
border-color: #829AD3;
}
.TagClassName
{
border-color: #829AD3;
}
</style>