Shades of Portage #819DF4
Tints of Portage #819DF4
RGB
CMYK
RGB Variations
Color information
#819DF4 (or 0x819DF4) is known color: Portage. HEX triplet: 81, 9D and F4. RGB value is (129,157,244). Sum of RGB (Red+Green+Blue) = 129+157+244=530 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.34% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 244 (95.70% from 255 or 46.04% from 530); Max value from RGB is 244 - color contains mainly: blue. Hex color #819DF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819DF4 is #7E620B. Grayscale: #9E9E9E. Windows color (decimal): -8282636 or 16031105. OLE color: 16031105.
HSL color Cylindrical-coordinate representation of color #819DF4: hue angle of 225.39º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #819DF4 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 157 | 244 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.04 |
| HSL | 225.39º | 0.84% | 0.73% | - |
| HSV(B) | 225.39º | 0.47% | 0.96% | - |
| XYZ | 37.44 | 35.31 | 90.43 | - |
| YUV | 158.55 | 176.22 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 157 | 244 | 0.47 | 0.36 | 0 | 0.04 | 225.39 | 0.84 | 0.73 |
| Hex | 81 | 9D | F4 | 2F | 24 | 0 | 4 | E1 | 54 | 49 |
| Octal | 201 | 235 | 364 | 57 | 44 | 0 | 4 | 341 | 124 | 111 |
| Binary | 10000001 | 10011101 | 11110100 | 101111 | 100100 | 0 | 100 | 11100001 | 1010100 | 1001001 |
Color Harmonies of #819DF4
Complementary color
Monochromatic Colors of #819DF4
Black with #819DF4
Text Example
Text Example
White with #819DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819DF4; }
p { color: rgb(129,157,244); }
H1.HeaderClassName
{
color: #819DF4;
}
.AnyTagClassName
{
color: #819DF4;
}
</style>
background-color css
<style>
a { background-color: #819DF4; }
a { background-color: rgb(129,157,244); }
div.DivClassName
{
background-color: #819DF4;
}
.BgClassName
{
background-color: #819DF4;
}
</style>
border-color css
<style>
span { border-color: #819DF4; }
span { border-color: rgb(129,157,244); }
td.TdClassName
{
border-color: #819DF4;
}
.TagClassName
{
border-color: #819DF4;
}
</style>