#818ECE

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

Shades of Portage #818ECE

Tints of Portage #818ECE

Color information

#818ECE (or 0x818ECE) is unknown color: approx Portage. HEX triplet: 81, 8E and CE. RGB value is (129,142,206). Sum of RGB (Red+Green+Blue) = 129+142+206=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #818ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818ECE is #7E7131. Grayscale: #919191. Windows color (decimal): -8286514 or 13536897. OLE color: 13536897.

HSL color Cylindrical-coordinate representation of color #818ECE: hue angle of 229.87º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #818ECE is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB129142206-
CMYK0.370.3100.19
HSL229.87º44%65.69%-
HSV(B)229.87º37.38%80.78%-
XYZ29.8728.4762.31-
YUV145.41162.19116.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.04%
GREEN value IS 142 (55.86% from 255) = 29.77%
BLUE value IS 206 (80.86% from 255) = 43.19%
R=27.04%
G=29.77%
B=43.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1291422060.370.3100.19229.874465.69
Hex818ECE251F013e62c42
Octal201216316453702334654102
Binary10000001100011101100111010010111111010011111001101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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