#818ECD

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

Shades of Portage #818ECD

Tints of Portage #818ECD

Color information

#818ECD (or 0x818ECD) is unknown color: approx Portage. HEX triplet: 81, 8E and CD. RGB value is (129,142,205). Sum of RGB (Red+Green+Blue) = 129+142+205=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #818ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818ECD is #7E7132. Grayscale: #919191. Windows color (decimal): -8286515 or 13471361. OLE color: 13471361.

HSL color Cylindrical-coordinate representation of color #818ECD: hue angle of 229.74º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #818ECD is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB129142205-
CMYK0.370.3100.20
HSL229.74º43.18%65.49%-
HSV(B)229.74º37.07%80.39%-
XYZ29.7528.4261.68-
YUV145.29161.69116.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.10%
GREEN value IS 142 (55.86% from 255) = 29.83%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=27.10%
G=29.83%
B=43.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291422050.370.3100.20229.7443.1865.49
Hex818ECD251F014e62b41
Octal201216315453702434653101
Binary10000001100011101100110110010111111010100111001101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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