Shades of Portage #818BF2
Tints of Portage #818BF2
RGB
CMYK
RGB Variations
Color information
#818BF2 (or 0x818BF2) is known color: Portage. HEX triplet: 81, 8B and F2. RGB value is (129,139,242). Sum of RGB (Red+Green+Blue) = 129+139+242=510 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.29% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 242 - color contains mainly: blue. Hex color #818BF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818BF2 is #7E740D. Grayscale: #939393. Windows color (decimal): -8287246 or 15895425. OLE color: 15895425.
HSL color Cylindrical-coordinate representation of color #818BF2: hue angle of 234.69º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #818BF2 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 139 | 242 | - |
| CMYK | 0.47 | 0.43 | 0 | 0.05 |
| HSL | 234.69º | 0.81% | 0.73% | - |
| HSV(B) | 234.69º | 0.47% | 0.95% | - |
| XYZ | 34.31 | 29.54 | 87.9 | - |
| YUV | 147.75 | 181.19 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 139 | 242 | 0.47 | 0.43 | 0 | 0.05 | 234.69 | 0.81 | 0.73 |
| Hex | 81 | 8B | F2 | 2F | 2B | 0 | 5 | EB | 51 | 49 |
| Octal | 201 | 213 | 362 | 57 | 53 | 0 | 5 | 353 | 121 | 111 |
| Binary | 10000001 | 10001011 | 11110010 | 101111 | 101011 | 0 | 101 | 11101011 | 1010001 | 1001001 |
Color Harmonies of #818BF2
Complementary color
Monochromatic Colors of #818BF2
Black with #818BF2
Text Example
Text Example
White with #818BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818BF2; }
p { color: rgb(129,139,242); }
H1.HeaderClassName
{
color: #818BF2;
}
.AnyTagClassName
{
color: #818BF2;
}
</style>
background-color css
<style>
a { background-color: #818BF2; }
a { background-color: rgb(129,139,242); }
div.DivClassName
{
background-color: #818BF2;
}
.BgClassName
{
background-color: #818BF2;
}
</style>
border-color css
<style>
span { border-color: #818BF2; }
span { border-color: rgb(129,139,242); }
td.TdClassName
{
border-color: #818BF2;
}
.TagClassName
{
border-color: #818BF2;
}
</style>