#818EDD

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

Shades of Portage #818EDD

Tints of Portage #818EDD

Color information

#818EDD (or 0x818EDD) is unknown color: approx Portage. HEX triplet: 81, 8E and DD. RGB value is (129,142,221). Sum of RGB (Red+Green+Blue) = 129+142+221=492 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.22% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #818EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818EDD is #7E7122. Grayscale: #929292. Windows color (decimal): -8286499 or 14519937. OLE color: 14519937.

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

Color convert

RGB129142221-
CMYK0.420.3600.13
HSL231.52º57.5%68.63%-
HSV(B)231.52º41.63%86.67%-
XYZ31.7829.2372.37-
YUV147.12169.69115.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.22%
GREEN value IS 142 (55.86% from 255) = 28.86%
BLUE value IS 221 (86.72% from 255) = 44.92%
R=26.22%
G=28.86%
B=44.92%

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
Decimal1291422210.420.3600.13231.5257.568.63
Hex818EDD2A240De83a45
Octal201216335524401535072105
Binary10000001100011101101110110101010010001101111010001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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