Shades of Portage #818FED
Tints of Portage #818FED
RGB
CMYK
RGB Variations
Color information
#818FED (or 0x818FED) is known color: Portage. HEX triplet: 81, 8F and ED. RGB value is (129,143,237). Sum of RGB (Red+Green+Blue) = 129+143+237=509 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.34% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #818FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818FED is #7E7012. Grayscale: #959595. Windows color (decimal): -8286227 or 15568769. OLE color: 15568769.
HSL color Cylindrical-coordinate representation of color #818FED: hue angle of 232.22º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #818FED is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 143 | 237 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.07 |
| HSL | 232.22º | 0.75% | 0.72% | - |
| HSV(B) | 232.22º | 0.46% | 0.93% | - |
| XYZ | 34.16 | 30.43 | 84.19 | - |
| YUV | 149.53 | 177.36 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 143 | 237 | 0.46 | 0.40 | 0 | 0.07 | 232.22 | 0.75 | 0.72 |
| Hex | 81 | 8F | ED | 2E | 28 | 0 | 7 | E8 | 4B | 48 |
| Octal | 201 | 217 | 355 | 56 | 50 | 0 | 7 | 350 | 113 | 110 |
| Binary | 10000001 | 10001111 | 11101101 | 101110 | 101000 | 0 | 111 | 11101000 | 1001011 | 1001000 |
Color Harmonies of #818FED
Complementary color
Monochromatic Colors of #818FED
Black with #818FED
Text Example
Text Example
White with #818FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818FED; }
p { color: rgb(129,143,237); }
H1.HeaderClassName
{
color: #818FED;
}
.AnyTagClassName
{
color: #818FED;
}
</style>
background-color css
<style>
a { background-color: #818FED; }
a { background-color: rgb(129,143,237); }
div.DivClassName
{
background-color: #818FED;
}
.BgClassName
{
background-color: #818FED;
}
</style>
border-color css
<style>
span { border-color: #818FED; }
span { border-color: rgb(129,143,237); }
td.TdClassName
{
border-color: #818FED;
}
.TagClassName
{
border-color: #818FED;
}
</style>