Shades of Portage #818EDF
Tints of Portage #818EDF
RGB
CMYK
RGB Variations
Color information
#818EDF (or 0x818EDF) is known color: Portage. HEX triplet: 81, 8E and DF. RGB value is (129,142,223). Sum of RGB (Red+Green+Blue) = 129+142+223=494 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.11% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #818EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818EDF is #7E7120. Grayscale: #939393. Windows color (decimal): -8286497 or 14651009. OLE color: 14651009.
HSL color Cylindrical-coordinate representation of color #818EDF: hue angle of 231.7º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #818EDF is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 142 | 223 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.13 |
| HSL | 231.7º | 0.59% | 0.69% | - |
| HSV(B) | 231.7º | 0.42% | 0.87% | - |
| XYZ | 32.05 | 29.34 | 73.79 | - |
| YUV | 147.35 | 170.69 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 142 | 223 | 0.42 | 0.36 | 0 | 0.13 | 231.7 | 0.59 | 0.69 |
| Hex | 81 | 8E | DF | 2A | 24 | 0 | D | E8 | 3B | 45 |
| Octal | 201 | 216 | 337 | 52 | 44 | 0 | 15 | 350 | 73 | 105 |
| Binary | 10000001 | 10001110 | 11011111 | 101010 | 100100 | 0 | 1101 | 11101000 | 111011 | 1000101 |
Color Harmonies of #818EDF
Complementary color
Monochromatic Colors of #818EDF
Black with #818EDF
Text Example
Text Example
White with #818EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818EDF; }
p { color: rgb(129,142,223); }
H1.HeaderClassName
{
color: #818EDF;
}
.AnyTagClassName
{
color: #818EDF;
}
</style>
background-color css
<style>
a { background-color: #818EDF; }
a { background-color: rgb(129,142,223); }
div.DivClassName
{
background-color: #818EDF;
}
.BgClassName
{
background-color: #818EDF;
}
</style>
border-color css
<style>
span { border-color: #818EDF; }
span { border-color: rgb(129,142,223); }
td.TdClassName
{
border-color: #818EDF;
}
.TagClassName
{
border-color: #818EDF;
}
</style>