#818EDE

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

Shades of Portage #818EDE

Tints of Portage #818EDE

Color information

#818EDE (or 0x818EDE) is unknown color: approx Portage. HEX triplet: 81, 8E and DE. RGB value is (129,142,222). Sum of RGB (Red+Green+Blue) = 129+142+222=493 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.17% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #818EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818EDE is #7E7121. Grayscale: #929292. Windows color (decimal): -8286498 or 14585473. OLE color: 14585473.

HSL color Cylindrical-coordinate representation of color #818EDE: hue angle of 231.61º degrees, saturation: 0.58, 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 #818EDE is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB129142222-
CMYK0.420.3600.13
HSL231.61º58.49%68.82%-
HSV(B)231.61º41.89%87.06%-
XYZ31.9129.2973.08-
YUV147.23170.19115-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.17%
GREEN value IS 142 (55.86% from 255) = 28.80%
BLUE value IS 222 (87.11% from 255) = 45.03%
R=26.17%
G=28.80%
B=45.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291422220.420.3600.13231.6158.4968.82
Hex818EDE2A240De83a45
Octal201216336524401535072105
Binary10000001100011101101111010101010010001101111010001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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