Shades of Portage #819CF7
Tints of Portage #819CF7
RGB
CMYK
RGB Variations
Color information
#819CF7 (or 0x819CF7) is known color: Portage. HEX triplet: 81, 9C and F7. RGB value is (129,156,247). Sum of RGB (Red+Green+Blue) = 129+156+247=532 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.25% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 247 (96.88% from 255 or 46.43% from 532); Max value from RGB is 247 - color contains mainly: blue. Hex color #819CF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819CF7 is #7E6308. Grayscale: #9D9D9D. Windows color (decimal): -8282889 or 16227457. OLE color: 16227457.
HSL color Cylindrical-coordinate representation of color #819CF7: hue angle of 226.27º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #819CF7 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 156 | 247 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.03 |
| HSL | 226.27º | 0.88% | 0.74% | - |
| HSV(B) | 226.27º | 0.48% | 0.97% | - |
| XYZ | 37.73 | 35.16 | 92.79 | - |
| YUV | 158.3 | 178.05 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 156 | 247 | 0.48 | 0.37 | 0 | 0.03 | 226.27 | 0.88 | 0.74 |
| Hex | 81 | 9C | F7 | 30 | 25 | 0 | 3 | E2 | 58 | 4A |
| Octal | 201 | 234 | 367 | 60 | 45 | 0 | 3 | 342 | 130 | 112 |
| Binary | 10000001 | 10011100 | 11110111 | 110000 | 100101 | 0 | 11 | 11100010 | 1011000 | 1001010 |
Color Harmonies of #819CF7
Complementary color
Monochromatic Colors of #819CF7
Black with #819CF7
Text Example
Text Example
White with #819CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819CF7; }
p { color: rgb(129,156,247); }
H1.HeaderClassName
{
color: #819CF7;
}
.AnyTagClassName
{
color: #819CF7;
}
</style>
background-color css
<style>
a { background-color: #819CF7; }
a { background-color: rgb(129,156,247); }
div.DivClassName
{
background-color: #819CF7;
}
.BgClassName
{
background-color: #819CF7;
}
</style>
border-color css
<style>
span { border-color: #819CF7; }
span { border-color: rgb(129,156,247); }
td.TdClassName
{
border-color: #819CF7;
}
.TagClassName
{
border-color: #819CF7;
}
</style>