Shades of Portage #818CE6
Tints of Portage #818CE6
RGB
CMYK
RGB Variations
Color information
#818CE6 (or 0x818CE6) is known color: Portage. HEX triplet: 81, 8C and E6. RGB value is (129,140,230). Sum of RGB (Red+Green+Blue) = 129+140+230=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 230 - color contains mainly: blue. Hex color #818CE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818CE6 is #7E7319. Grayscale: #929292. Windows color (decimal): -8287002 or 15109249. OLE color: 15109249.
HSL color Cylindrical-coordinate representation of color #818CE6: hue angle of 233.47º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #818CE6 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 140 | 230 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.10 |
| HSL | 233.47º | 0.67% | 0.7% | - |
| HSV(B) | 233.47º | 0.44% | 0.9% | - |
| XYZ | 32.71 | 29.14 | 78.76 | - |
| YUV | 146.97 | 174.86 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 140 | 230 | 0.44 | 0.39 | 0 | 0.10 | 233.47 | 0.67 | 0.7 |
| Hex | 81 | 8C | E6 | 2C | 27 | 0 | A | E9 | 43 | 46 |
| Octal | 201 | 214 | 346 | 54 | 47 | 0 | 12 | 351 | 103 | 106 |
| Binary | 10000001 | 10001100 | 11100110 | 101100 | 100111 | 0 | 1010 | 11101001 | 1000011 | 1000110 |
Color Harmonies of #818CE6
Complementary color
Monochromatic Colors of #818CE6
Black with #818CE6
Text Example
Text Example
White with #818CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818CE6; }
p { color: rgb(129,140,230); }
H1.HeaderClassName
{
color: #818CE6;
}
.AnyTagClassName
{
color: #818CE6;
}
</style>
background-color css
<style>
a { background-color: #818CE6; }
a { background-color: rgb(129,140,230); }
div.DivClassName
{
background-color: #818CE6;
}
.BgClassName
{
background-color: #818CE6;
}
</style>
border-color css
<style>
span { border-color: #818CE6; }
span { border-color: rgb(129,140,230); }
td.TdClassName
{
border-color: #818CE6;
}
.TagClassName
{
border-color: #818CE6;
}
</style>