Shades of Portage #818CF1
Tints of Portage #818CF1
RGB
CMYK
RGB Variations
Color information
#818CF1 (or 0x818CF1) is known color: Portage. HEX triplet: 81, 8C and F1. RGB value is (129,140,241). Sum of RGB (Red+Green+Blue) = 129+140+241=510 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.29% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 241 - color contains mainly: blue. Hex color #818CF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818CF1 is #7E730E. Grayscale: #939393. Windows color (decimal): -8286991 or 15830145. OLE color: 15830145.
HSL color Cylindrical-coordinate representation of color #818CF1: hue angle of 234.11º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #818CF1 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 140 | 241 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.05 |
| HSL | 234.11º | 0.8% | 0.73% | - |
| HSV(B) | 234.11º | 0.46% | 0.95% | - |
| XYZ | 34.31 | 29.77 | 87.16 | - |
| YUV | 148.23 | 180.36 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 140 | 241 | 0.46 | 0.42 | 0 | 0.05 | 234.11 | 0.8 | 0.73 |
| Hex | 81 | 8C | F1 | 2E | 2A | 0 | 5 | EA | 50 | 49 |
| Octal | 201 | 214 | 361 | 56 | 52 | 0 | 5 | 352 | 120 | 111 |
| Binary | 10000001 | 10001100 | 11110001 | 101110 | 101010 | 0 | 101 | 11101010 | 1010000 | 1001001 |
Color Harmonies of #818CF1
Complementary color
Monochromatic Colors of #818CF1
Black with #818CF1
Text Example
Text Example
White with #818CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818CF1; }
p { color: rgb(129,140,241); }
H1.HeaderClassName
{
color: #818CF1;
}
.AnyTagClassName
{
color: #818CF1;
}
</style>
background-color css
<style>
a { background-color: #818CF1; }
a { background-color: rgb(129,140,241); }
div.DivClassName
{
background-color: #818CF1;
}
.BgClassName
{
background-color: #818CF1;
}
</style>
border-color css
<style>
span { border-color: #818CF1; }
span { border-color: rgb(129,140,241); }
td.TdClassName
{
border-color: #818CF1;
}
.TagClassName
{
border-color: #818CF1;
}
</style>