#818AE1

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

Shades of Portage #818AE1

Tints of Portage #818AE1

Color information

#818AE1 (or 0x818AE1) is unknown color: approx Portage. HEX triplet: 81, 8A and E1. RGB value is (129,138,225). Sum of RGB (Red+Green+Blue) = 129+138+225=492 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.22% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 225 (88.28% from 255 or 45.73% from 492); Max value from RGB is 225 - color contains mainly: blue. Hex color #818AE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818AE1 is #7E751E. Grayscale: #909090. Windows color (decimal): -8287519 or 14781057. OLE color: 14781057.

HSL color Cylindrical-coordinate representation of color #818AE1: hue angle of 234.38º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #818AE1 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB129138225-
CMYK0.430.3900.12
HSL234.38º61.54%69.41%-
HSV(B)234.38º42.67%88.24%-
XYZ31.7328.2875.02-
YUV145.23173.02116.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.22%
GREEN value IS 138 (54.30% from 255) = 28.05%
BLUE value IS 225 (88.28% from 255) = 45.73%
R=26.22%
G=28.05%
B=45.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1291382250.430.3900.12234.3861.5469.41
Hex818AE12B270Cea3e45
Octal201212341534701435276105
Binary10000001100010101110000110101110011101100111010101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,138,225); }

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

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

 a { background-color: rgb(129,138,225); }

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

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

 span { border-color: rgb(129,138,225); }

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