#818AE4

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

Shades of Portage #818AE4

Tints of Portage #818AE4

Color information

#818AE4 (or 0x818AE4) is unknown color: approx Portage. HEX triplet: 81, 8A and E4. RGB value is (129,138,228). Sum of RGB (Red+Green+Blue) = 129+138+228=495 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.06% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 228 (89.45% from 255 or 46.06% from 495); Max value from RGB is 228 - color contains mainly: blue. Hex color #818AE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818AE4 is #7E751B. Grayscale: #919191. Windows color (decimal): -8287516 or 14977665. OLE color: 14977665.

HSL color Cylindrical-coordinate representation of color #818AE4: hue angle of 234.55º 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 #818AE4 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB129138228-
CMYK0.430.3900.11
HSL234.55º64.71%70%-
HSV(B)234.55º43.42%89.41%-
XYZ32.1528.4577.2-
YUV145.57174.52116.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.06%
GREEN value IS 138 (54.30% from 255) = 27.88%
BLUE value IS 228 (89.45% from 255) = 46.06%
R=26.06%
G=27.88%
B=46.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1291382280.430.3900.11234.5564.7170
Hex818AE42B270Beb4146
Octal2012123445347013353101106
Binary100000011000101011100100101011100111010111110101110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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