#818CEA

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

Shades of Portage #818CEA

Tints of Portage #818CEA

Color information

#818CEA (or 0x818CEA) is unknown color: approx Portage. HEX triplet: 81, 8C and EA. RGB value is (129,140,234). Sum of RGB (Red+Green+Blue) = 129+140+234=503 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.65% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #818CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818CEA is #7E7315. Grayscale: #939393. Windows color (decimal): -8286998 or 15371393. OLE color: 15371393.

HSL color Cylindrical-coordinate representation of color #818CEA: hue angle of 233.71º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #818CEA is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB129140234-
CMYK0.450.4000.08
HSL233.71º71.43%71.18%-
HSV(B)233.71º44.87%91.76%-
XYZ33.2829.3681.76-
YUV147.43176.86114.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.65%
GREEN value IS 140 (55.08% from 255) = 27.83%
BLUE value IS 234 (91.80% from 255) = 46.52%
R=25.65%
G=27.83%
B=46.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291402340.450.4000.08233.7171.4371.18
Hex818CEA2D2808ea4747
Octal2012143525550010352107107
Binary100000011000110011101010101101101000010001110101010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,140,234); }

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

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

 a { background-color: rgb(129,140,234); }

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

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

 span { border-color: rgb(129,140,234); }

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