Shades of Portage #819AF3
Tints of Portage #819AF3
RGB
CMYK
RGB Variations
Color information
#819AF3 (or 0x819AF3) is known color: Portage. HEX triplet: 81, 9A and F3. RGB value is (129,154,243). Sum of RGB (Red+Green+Blue) = 129+154+243=526 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.52% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 243 (95.31% from 255 or 46.20% from 526); Max value from RGB is 243 - color contains mainly: blue. Hex color #819AF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819AF3 is #7E650C. Grayscale: #9C9C9C. Windows color (decimal): -8283405 or 15964801. OLE color: 15964801.
HSL color Cylindrical-coordinate representation of color #819AF3: hue angle of 226.84º degrees, saturation: 0.83, 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 #819AF3 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 154 | 243 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.05 |
| HSL | 226.84º | 0.83% | 0.73% | - |
| HSV(B) | 226.84º | 0.47% | 0.95% | - |
| XYZ | 36.79 | 34.25 | 89.47 | - |
| YUV | 156.67 | 176.72 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 154 | 243 | 0.47 | 0.37 | 0 | 0.05 | 226.84 | 0.83 | 0.73 |
| Hex | 81 | 9A | F3 | 2F | 25 | 0 | 5 | E3 | 53 | 49 |
| Octal | 201 | 232 | 363 | 57 | 45 | 0 | 5 | 343 | 123 | 111 |
| Binary | 10000001 | 10011010 | 11110011 | 101111 | 100101 | 0 | 101 | 11100011 | 1010011 | 1001001 |
Color Harmonies of #819AF3
Complementary color
Monochromatic Colors of #819AF3
Black with #819AF3
Text Example
Text Example
White with #819AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819AF3; }
p { color: rgb(129,154,243); }
H1.HeaderClassName
{
color: #819AF3;
}
.AnyTagClassName
{
color: #819AF3;
}
</style>
background-color css
<style>
a { background-color: #819AF3; }
a { background-color: rgb(129,154,243); }
div.DivClassName
{
background-color: #819AF3;
}
.BgClassName
{
background-color: #819AF3;
}
</style>
border-color css
<style>
span { border-color: #819AF3; }
span { border-color: rgb(129,154,243); }
td.TdClassName
{
border-color: #819AF3;
}
.TagClassName
{
border-color: #819AF3;
}
</style>