#818EE1

Color #818EE1 Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #818EE1

Tints of Portage #818EE1

Color information

#818EE1 (or 0x818EE1) is unknown color: approx Portage. HEX triplet: 81, 8E and E1. RGB value is (129,142,225). Sum of RGB (Red+Green+Blue) = 129+142+225=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 225 (88.28% from 255 or 45.36% from 496); Max value from RGB is 225 - color contains mainly: blue. Hex color #818EE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818EE1 is #7E711E. Grayscale: #939393. Windows color (decimal): -8286495 or 14782081. OLE color: 14782081.

HSL color Cylindrical-coordinate representation of color #818EE1: hue angle of 231.88º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #818EE1 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB129142225-
CMYK0.430.3700.12
HSL231.88º61.54%69.41%-
HSV(B)231.88º42.67%88.24%-
XYZ32.3229.4575.22-
YUV147.57171.69114.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 26.01%
GREEN value IS 142 (55.86% from 255) = 28.63%
BLUE value IS 225 (88.28% from 255) = 45.36%
R=26.01%
G=28.63%
B=45.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1291422250.430.3700.12231.8861.5469.41
Hex818EE12B250Ce83e45
Octal201216341534501435076105
Binary10000001100011101110000110101110010101100111010001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818EE1; }

 p { color: rgb(129,142,225); }

 H1.HeaderClassName
 {
   color: #818EE1;
 }
 .AnyTagClassName
 {
   color: #818EE1;
 }
</style>
background-color css

<style>
 a { background-color: #818EE1; }

 a { background-color: rgb(129,142,225); }

 div.DivClassName
 {
   background-color: #818EE1;
 }
 .BgClassName
 {
   background-color: #818EE1;
 }
</style>
border-color css

<style>
 span { border-color: #818EE1; }

 span { border-color: rgb(129,142,225); }

 td.TdClassName
 {
   border-color: #818EE1;
 }
 .TagClassName
 {
   border-color: #818EE1;
 }
</style>