#818EE4

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

Shades of Portage #818EE4

Tints of Portage #818EE4

Color information

#818EE4 (or 0x818EE4) is unknown color: approx Portage. HEX triplet: 81, 8E and E4. RGB value is (129,142,228). Sum of RGB (Red+Green+Blue) = 129+142+228=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 228 (89.45% from 255 or 45.69% from 499); Max value from RGB is 228 - color contains mainly: blue. Hex color #818EE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818EE4 is #7E711B. Grayscale: #939393. Windows color (decimal): -8286492 or 14978689. OLE color: 14978689.

HSL color Cylindrical-coordinate representation of color #818EE4: hue angle of 232.12º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #818EE4 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB129142228-
CMYK0.430.3800.11
HSL232.12º64.71%70%-
HSV(B)232.12º43.42%89.41%-
XYZ32.7329.6177.39-
YUV147.92173.19114.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.85%
GREEN value IS 142 (55.86% from 255) = 28.46%
BLUE value IS 228 (89.45% from 255) = 45.69%
R=25.85%
G=28.46%
B=45.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1291422280.430.3800.11232.1264.7170
Hex818EE42B260Be84146
Octal2012163445346013350101106
Binary100000011000111011100100101011100110010111110100010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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