Shades of Portage #818FEF
Tints of Portage #818FEF
RGB
CMYK
RGB Variations
Color information
#818FEF (or 0x818FEF) is known color: Portage. HEX triplet: 81, 8F and EF. RGB value is (129,143,239). Sum of RGB (Red+Green+Blue) = 129+143+239=511 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.24% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #818FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818FEF is #7E7010. Grayscale: #959595. Windows color (decimal): -8286225 or 15699841. OLE color: 15699841.
HSL color Cylindrical-coordinate representation of color #818FEF: hue angle of 232.36º degrees, saturation: 0.77, 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 #818FEF is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 143 | 239 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.06 |
| HSL | 232.36º | 0.77% | 0.72% | - |
| HSV(B) | 232.36º | 0.46% | 0.94% | - |
| XYZ | 34.46 | 30.54 | 85.74 | - |
| YUV | 149.76 | 178.36 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 143 | 239 | 0.46 | 0.40 | 0 | 0.06 | 232.36 | 0.77 | 0.72 |
| Hex | 81 | 8F | EF | 2E | 28 | 0 | 6 | E8 | 4D | 48 |
| Octal | 201 | 217 | 357 | 56 | 50 | 0 | 6 | 350 | 115 | 110 |
| Binary | 10000001 | 10001111 | 11101111 | 101110 | 101000 | 0 | 110 | 11101000 | 1001101 | 1001000 |
Color Harmonies of #818FEF
Complementary color
Monochromatic Colors of #818FEF
Black with #818FEF
Text Example
Text Example
White with #818FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818FEF; }
p { color: rgb(129,143,239); }
H1.HeaderClassName
{
color: #818FEF;
}
.AnyTagClassName
{
color: #818FEF;
}
</style>
background-color css
<style>
a { background-color: #818FEF; }
a { background-color: rgb(129,143,239); }
div.DivClassName
{
background-color: #818FEF;
}
.BgClassName
{
background-color: #818FEF;
}
</style>
border-color css
<style>
span { border-color: #818FEF; }
span { border-color: rgb(129,143,239); }
td.TdClassName
{
border-color: #818FEF;
}
.TagClassName
{
border-color: #818FEF;
}
</style>