Shades of Portage #819BF6
Tints of Portage #819BF6
RGB
CMYK
RGB Variations
Color information
#819BF6 (or 0x819BF6) is known color: Portage. HEX triplet: 81, 9B and F6. RGB value is (129,155,246). Sum of RGB (Red+Green+Blue) = 129+155+246=530 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.34% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #819BF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819BF6 is #7E6409. Grayscale: #9D9D9D. Windows color (decimal): -8283146 or 16161665. OLE color: 16161665.
HSL color Cylindrical-coordinate representation of color #819BF6: hue angle of 226.67º 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 #819BF6 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 155 | 246 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.04 |
| HSL | 226.67º | 0.87% | 0.74% | - |
| HSV(B) | 226.67º | 0.48% | 0.96% | - |
| XYZ | 37.41 | 34.76 | 91.93 | - |
| YUV | 157.6 | 177.89 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 155 | 246 | 0.48 | 0.37 | 0 | 0.04 | 226.67 | 0.87 | 0.74 |
| Hex | 81 | 9B | F6 | 30 | 25 | 0 | 4 | E3 | 57 | 4A |
| Octal | 201 | 233 | 366 | 60 | 45 | 0 | 4 | 343 | 127 | 112 |
| Binary | 10000001 | 10011011 | 11110110 | 110000 | 100101 | 0 | 100 | 11100011 | 1010111 | 1001010 |
Color Harmonies of #819BF6
Complementary color
Monochromatic Colors of #819BF6
Black with #819BF6
Text Example
Text Example
White with #819BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819BF6; }
p { color: rgb(129,155,246); }
H1.HeaderClassName
{
color: #819BF6;
}
.AnyTagClassName
{
color: #819BF6;
}
</style>
background-color css
<style>
a { background-color: #819BF6; }
a { background-color: rgb(129,155,246); }
div.DivClassName
{
background-color: #819BF6;
}
.BgClassName
{
background-color: #819BF6;
}
</style>
border-color css
<style>
span { border-color: #819BF6; }
span { border-color: rgb(129,155,246); }
td.TdClassName
{
border-color: #819BF6;
}
.TagClassName
{
border-color: #819BF6;
}
</style>