Shades of Portage #819AF4
Tints of Portage #819AF4
RGB
CMYK
RGB Variations
Color information
#819AF4 (or 0x819AF4) is known color: Portage. HEX triplet: 81, 9A and F4. RGB value is (129,154,244). Sum of RGB (Red+Green+Blue) = 129+154+244=527 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.48% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 244 (95.70% from 255 or 46.30% from 527); Max value from RGB is 244 - color contains mainly: blue. Hex color #819AF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819AF4 is #7E650B. Grayscale: #9C9C9C. Windows color (decimal): -8283404 or 16030337. OLE color: 16030337.
HSL color Cylindrical-coordinate representation of color #819AF4: hue angle of 226.96º 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 #819AF4 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 154 | 244 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.04 |
| HSL | 226.96º | 0.84% | 0.73% | - |
| HSV(B) | 226.96º | 0.47% | 0.96% | - |
| XYZ | 36.94 | 34.31 | 90.26 | - |
| YUV | 156.79 | 177.22 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 154 | 244 | 0.47 | 0.37 | 0 | 0.04 | 226.96 | 0.84 | 0.73 |
| Hex | 81 | 9A | F4 | 2F | 25 | 0 | 4 | E3 | 54 | 49 |
| Octal | 201 | 232 | 364 | 57 | 45 | 0 | 4 | 343 | 124 | 111 |
| Binary | 10000001 | 10011010 | 11110100 | 101111 | 100101 | 0 | 100 | 11100011 | 1010100 | 1001001 |
Color Harmonies of #819AF4
Complementary color
Monochromatic Colors of #819AF4
Black with #819AF4
Text Example
Text Example
White with #819AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819AF4; }
p { color: rgb(129,154,244); }
H1.HeaderClassName
{
color: #819AF4;
}
.AnyTagClassName
{
color: #819AF4;
}
</style>
background-color css
<style>
a { background-color: #819AF4; }
a { background-color: rgb(129,154,244); }
div.DivClassName
{
background-color: #819AF4;
}
.BgClassName
{
background-color: #819AF4;
}
</style>
border-color css
<style>
span { border-color: #819AF4; }
span { border-color: rgb(129,154,244); }
td.TdClassName
{
border-color: #819AF4;
}
.TagClassName
{
border-color: #819AF4;
}
</style>