Shades of Portage #818EF0
Tints of Portage #818EF0
RGB
CMYK
RGB Variations
Color information
#818EF0 (or 0x818EF0) is known color: Portage. HEX triplet: 81, 8E and F0. RGB value is (129,142,240). Sum of RGB (Red+Green+Blue) = 129+142+240=511 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.24% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #818EF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818EF0 is #7E710F. Grayscale: #949494. Windows color (decimal): -8286480 or 15765121. OLE color: 15765121.
HSL color Cylindrical-coordinate representation of color #818EF0: hue angle of 232.97º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #818EF0 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 142 | 240 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.06 |
| HSL | 232.97º | 0.79% | 0.72% | - |
| HSV(B) | 232.97º | 0.46% | 0.94% | - |
| XYZ | 34.45 | 30.3 | 86.47 | - |
| YUV | 149.29 | 179.19 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 142 | 240 | 0.46 | 0.41 | 0 | 0.06 | 232.97 | 0.79 | 0.72 |
| Hex | 81 | 8E | F0 | 2E | 29 | 0 | 6 | E9 | 4F | 48 |
| Octal | 201 | 216 | 360 | 56 | 51 | 0 | 6 | 351 | 117 | 110 |
| Binary | 10000001 | 10001110 | 11110000 | 101110 | 101001 | 0 | 110 | 11101001 | 1001111 | 1001000 |
Color Harmonies of #818EF0
Complementary color
Monochromatic Colors of #818EF0
Black with #818EF0
Text Example
Text Example
White with #818EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818EF0; }
p { color: rgb(129,142,240); }
H1.HeaderClassName
{
color: #818EF0;
}
.AnyTagClassName
{
color: #818EF0;
}
</style>
background-color css
<style>
a { background-color: #818EF0; }
a { background-color: rgb(129,142,240); }
div.DivClassName
{
background-color: #818EF0;
}
.BgClassName
{
background-color: #818EF0;
}
</style>
border-color css
<style>
span { border-color: #818EF0; }
span { border-color: rgb(129,142,240); }
td.TdClassName
{
border-color: #818EF0;
}
.TagClassName
{
border-color: #818EF0;
}
</style>