#818AEC

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

Shades of Portage #818AEC

Tints of Portage #818AEC

Color information

#818AEC (or 0x818AEC) is unknown color: approx Portage. HEX triplet: 81, 8A and EC. RGB value is (129,138,236). Sum of RGB (Red+Green+Blue) = 129+138+236=503 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.65% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #818AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818AEC is #7E7513. Grayscale: #929292. Windows color (decimal): -8287508 or 15501953. OLE color: 15501953.

HSL color Cylindrical-coordinate representation of color #818AEC: hue angle of 234.95º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #818AEC is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129138236-
CMYK0.450.4200.07
HSL234.95º73.79%71.57%-
HSV(B)234.95º45.34%92.55%-
XYZ33.2828.983.18-
YUV146.48178.52115.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.65%
GREEN value IS 138 (54.30% from 255) = 27.44%
BLUE value IS 236 (92.58% from 255) = 46.92%
R=25.65%
G=27.44%
B=46.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291382360.450.4200.07234.9573.7971.57
Hex818AEC2D2A07eb4a48
Octal201212354555207353112110
Binary10000001100010101110110010110110101001111110101110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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