Shades of Portage #819CF6
Tints of Portage #819CF6
RGB
CMYK
RGB Variations
Color information
#819CF6 (or 0x819CF6) is known color: Portage. HEX triplet: 81, 9C and F6. RGB value is (129,156,246). Sum of RGB (Red+Green+Blue) = 129+156+246=531 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.29% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 246 (96.48% from 255 or 46.33% from 531); Max value from RGB is 246 - color contains mainly: blue. Hex color #819CF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819CF6 is #7E6309. Grayscale: #9D9D9D. Windows color (decimal): -8282890 or 16161921. OLE color: 16161921.
HSL color Cylindrical-coordinate representation of color #819CF6: hue angle of 226.15º 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 #819CF6 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 156 | 246 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.04 |
| HSL | 226.15º | 0.87% | 0.74% | - |
| HSV(B) | 226.15º | 0.48% | 0.96% | - |
| XYZ | 37.58 | 35.1 | 91.98 | - |
| YUV | 158.19 | 177.55 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 156 | 246 | 0.48 | 0.37 | 0 | 0.04 | 226.15 | 0.87 | 0.74 |
| Hex | 81 | 9C | F6 | 30 | 25 | 0 | 4 | E2 | 57 | 4A |
| Octal | 201 | 234 | 366 | 60 | 45 | 0 | 4 | 342 | 127 | 112 |
| Binary | 10000001 | 10011100 | 11110110 | 110000 | 100101 | 0 | 100 | 11100010 | 1010111 | 1001010 |
Color Harmonies of #819CF6
Complementary color
Monochromatic Colors of #819CF6
Black with #819CF6
Text Example
Text Example
White with #819CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819CF6; }
p { color: rgb(129,156,246); }
H1.HeaderClassName
{
color: #819CF6;
}
.AnyTagClassName
{
color: #819CF6;
}
</style>
background-color css
<style>
a { background-color: #819CF6; }
a { background-color: rgb(129,156,246); }
div.DivClassName
{
background-color: #819CF6;
}
.BgClassName
{
background-color: #819CF6;
}
</style>
border-color css
<style>
span { border-color: #819CF6; }
span { border-color: rgb(129,156,246); }
td.TdClassName
{
border-color: #819CF6;
}
.TagClassName
{
border-color: #819CF6;
}
</style>