#8AA4EB

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

Shades of Portage #8AA4EB

Tints of Portage #8AA4EB

Color information

#8AA4EB (or 0x8AA4EB) is unknown color: approx Portage. HEX triplet: 8A, A4 and EB. RGB value is (138,164,235). Sum of RGB (Red+Green+Blue) = 138+164+235=537 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.70% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #8AA4EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AA4EB is #755B14. Grayscale: #A4A4A4. Windows color (decimal): -7691029 or 15443082. OLE color: 15443082.

HSL color Cylindrical-coordinate representation of color #8AA4EB: hue angle of 223.92º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AA4EB is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138164235-
CMYK0.410.3000.08
HSL223.92º70.8%73.14%-
HSV(B)223.92º41.28%92.16%-
XYZ38.7537.9583.88-
YUV164.32167.89109.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.70%
GREEN value IS 164 (64.45% from 255) = 30.54%
BLUE value IS 235 (92.19% from 255) = 43.76%
R=25.70%
G=30.54%
B=43.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381642350.410.3000.08223.9270.873.14
Hex8AA4EB291E08e04749
Octal2122443535136010340107111
Binary10001010101001001110101110100111110010001110000010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AA4EB; }

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

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

<style>
 a { background-color: #8AA4EB; }

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

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

<style>
 span { border-color: #8AA4EB; }

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

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