Shades of Portage #829AF1
Tints of Portage #829AF1
RGB
CMYK
RGB Variations
Color information
#829AF1 (or 0x829AF1) is known color: Portage. HEX triplet: 82, 9A and F1. RGB value is (130,154,241). Sum of RGB (Red+Green+Blue) = 130+154+241=525 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.76% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #829AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829AF1 is #7D650E. Grayscale: #9C9C9C. Windows color (decimal): -8217871 or 15833730. OLE color: 15833730.
HSL color Cylindrical-coordinate representation of color #829AF1: hue angle of 227.03º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #829AF1 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 154 | 241 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.05 |
| HSL | 227.03º | 0.8% | 0.73% | - |
| HSV(B) | 227.03º | 0.46% | 0.95% | - |
| XYZ | 36.64 | 34.21 | 87.89 | - |
| YUV | 156.74 | 175.55 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 154 | 241 | 0.46 | 0.36 | 0 | 0.05 | 227.03 | 0.8 | 0.73 |
| Hex | 82 | 9A | F1 | 2E | 24 | 0 | 5 | E3 | 50 | 49 |
| Octal | 202 | 232 | 361 | 56 | 44 | 0 | 5 | 343 | 120 | 111 |
| Binary | 10000010 | 10011010 | 11110001 | 101110 | 100100 | 0 | 101 | 11100011 | 1010000 | 1001001 |
Color Harmonies of #829AF1
Complementary color
Monochromatic Colors of #829AF1
Black with #829AF1
Text Example
Text Example
White with #829AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829AF1; }
p { color: rgb(130,154,241); }
H1.HeaderClassName
{
color: #829AF1;
}
.AnyTagClassName
{
color: #829AF1;
}
</style>
background-color css
<style>
a { background-color: #829AF1; }
a { background-color: rgb(130,154,241); }
div.DivClassName
{
background-color: #829AF1;
}
.BgClassName
{
background-color: #829AF1;
}
</style>
border-color css
<style>
span { border-color: #829AF1; }
span { border-color: rgb(130,154,241); }
td.TdClassName
{
border-color: #829AF1;
}
.TagClassName
{
border-color: #829AF1;
}
</style>