Shades of Portage #819AF2
Tints of Portage #819AF2
RGB
CMYK
RGB Variations
Color information
#819AF2 (or 0x819AF2) is known color: Portage. HEX triplet: 81, 9A and F2. RGB value is (129,154,242). Sum of RGB (Red+Green+Blue) = 129+154+242=525 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.57% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #819AF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819AF2 is #7E650D. Grayscale: #9C9C9C. Windows color (decimal): -8283406 or 15899265. OLE color: 15899265.
HSL color Cylindrical-coordinate representation of color #819AF2: hue angle of 226.73º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #819AF2 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 154 | 242 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.05 |
| HSL | 226.73º | 0.81% | 0.73% | - |
| HSV(B) | 226.73º | 0.47% | 0.95% | - |
| XYZ | 36.64 | 34.19 | 88.67 | - |
| YUV | 156.56 | 176.22 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 154 | 242 | 0.47 | 0.36 | 0 | 0.05 | 226.73 | 0.81 | 0.73 |
| Hex | 81 | 9A | F2 | 2F | 24 | 0 | 5 | E3 | 51 | 49 |
| Octal | 201 | 232 | 362 | 57 | 44 | 0 | 5 | 343 | 121 | 111 |
| Binary | 10000001 | 10011010 | 11110010 | 101111 | 100100 | 0 | 101 | 11100011 | 1010001 | 1001001 |
Color Harmonies of #819AF2
Complementary color
Monochromatic Colors of #819AF2
Black with #819AF2
Text Example
Text Example
White with #819AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819AF2; }
p { color: rgb(129,154,242); }
H1.HeaderClassName
{
color: #819AF2;
}
.AnyTagClassName
{
color: #819AF2;
}
</style>
background-color css
<style>
a { background-color: #819AF2; }
a { background-color: rgb(129,154,242); }
div.DivClassName
{
background-color: #819AF2;
}
.BgClassName
{
background-color: #819AF2;
}
</style>
border-color css
<style>
span { border-color: #819AF2; }
span { border-color: rgb(129,154,242); }
td.TdClassName
{
border-color: #819AF2;
}
.TagClassName
{
border-color: #819AF2;
}
</style>