Shades of Portage #819DF6
Tints of Portage #819DF6
RGB
CMYK
RGB Variations
Color information
#819DF6 (or 0x819DF6) is known color: Portage. HEX triplet: 81, 9D and F6. RGB value is (129,157,246). Sum of RGB (Red+Green+Blue) = 129+157+246=532 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.25% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 246 (96.48% from 255 or 46.24% from 532); Max value from RGB is 246 - color contains mainly: blue. Hex color #819DF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819DF6 is #7E6209. Grayscale: #9E9E9E. Windows color (decimal): -8282634 or 16162177. OLE color: 16162177.
HSL color Cylindrical-coordinate representation of color #819DF6: hue angle of 225.64º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #819DF6 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 157 | 246 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.04 |
| HSL | 225.64º | 0.87% | 0.74% | - |
| HSV(B) | 225.64º | 0.48% | 0.96% | - |
| XYZ | 37.74 | 35.43 | 92.04 | - |
| YUV | 158.77 | 177.22 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 157 | 246 | 0.48 | 0.36 | 0 | 0.04 | 225.64 | 0.87 | 0.74 |
| Hex | 81 | 9D | F6 | 30 | 24 | 0 | 4 | E2 | 57 | 4A |
| Octal | 201 | 235 | 366 | 60 | 44 | 0 | 4 | 342 | 127 | 112 |
| Binary | 10000001 | 10011101 | 11110110 | 110000 | 100100 | 0 | 100 | 11100010 | 1010111 | 1001010 |
Color Harmonies of #819DF6
Complementary color
Monochromatic Colors of #819DF6
Black with #819DF6
Text Example
Text Example
White with #819DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819DF6; }
p { color: rgb(129,157,246); }
H1.HeaderClassName
{
color: #819DF6;
}
.AnyTagClassName
{
color: #819DF6;
}
</style>
background-color css
<style>
a { background-color: #819DF6; }
a { background-color: rgb(129,157,246); }
div.DivClassName
{
background-color: #819DF6;
}
.BgClassName
{
background-color: #819DF6;
}
</style>
border-color css
<style>
span { border-color: #819DF6; }
span { border-color: rgb(129,157,246); }
td.TdClassName
{
border-color: #819DF6;
}
.TagClassName
{
border-color: #819DF6;
}
</style>