#8AA1EA

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

Shades of Portage #8AA1EA

Tints of Portage #8AA1EA

Color information

#8AA1EA (or 0x8AA1EA) is unknown color: approx Portage. HEX triplet: 8A, A1 and EA. RGB value is (138,161,234). Sum of RGB (Red+Green+Blue) = 138+161+234=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #8AA1EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AA1EA is #755E15. Grayscale: #A2A2A2. Windows color (decimal): -7691798 or 15376778. OLE color: 15376778.

HSL color Cylindrical-coordinate representation of color #8AA1EA: hue angle of 225.62º degrees, saturation: 0.7, 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 #8AA1EA is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138161234-
CMYK0.410.3100.08
HSL225.62º69.57%72.94%-
HSV(B)225.62º41.03%91.76%-
XYZ38.0836.8382.94-
YUV162.44168.38110.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.89%
GREEN value IS 161 (63.28% from 255) = 30.21%
BLUE value IS 234 (91.80% from 255) = 43.90%
R=25.89%
G=30.21%
B=43.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381612340.410.3100.08225.6269.5772.94
Hex8AA1EA291F08e24649
Octal2122413525137010342106111
Binary10001010101000011110101010100111111010001110001010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,161,234); }

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

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

 a { background-color: rgb(138,161,234); }

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

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

 span { border-color: rgb(138,161,234); }

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