#818AEB

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

Shades of Portage #818AEB

Tints of Portage #818AEB

Color information

#818AEB (or 0x818AEB) is unknown color: approx Portage. HEX triplet: 81, 8A and EB. RGB value is (129,138,235). Sum of RGB (Red+Green+Blue) = 129+138+235=502 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.70% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #818AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818AEB is #7E7514. Grayscale: #919191. Windows color (decimal): -8287509 or 15436417. OLE color: 15436417.

HSL color Cylindrical-coordinate representation of color #818AEB: hue angle of 234.91º degrees, saturation: 0.73, 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 #818AEB is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB129138235-
CMYK0.450.4100.08
HSL234.91º72.6%71.37%-
HSV(B)234.91º45.11%92.16%-
XYZ33.1428.8482.42-
YUV146.37178.02115.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.70%
GREEN value IS 138 (54.30% from 255) = 27.49%
BLUE value IS 235 (92.19% from 255) = 46.81%
R=25.70%
G=27.49%
B=46.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291382350.450.4100.08234.9172.671.37
Hex818AEB2D2908eb4947
Octal2012123535551010353111107
Binary100000011000101011101011101101101001010001110101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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