#8AA1EB

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

Shades of Portage #8AA1EB

Tints of Portage #8AA1EB

Color information

#8AA1EB (or 0x8AA1EB) is unknown color: approx Portage. HEX triplet: 8A, A1 and EB. RGB value is (138,161,235). Sum of RGB (Red+Green+Blue) = 138+161+235=534 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.84% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #8AA1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AA1EB is #755E14. Grayscale: #A2A2A2. Windows color (decimal): -7691797 or 15442314. OLE color: 15442314.

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

Color convert

RGB138161235-
CMYK0.410.3100.08
HSL225.77º70.8%73.14%-
HSV(B)225.77º41.28%92.16%-
XYZ38.2236.8983.7-
YUV162.56168.88110.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.84%
GREEN value IS 161 (63.28% from 255) = 30.15%
BLUE value IS 235 (92.19% from 255) = 44.01%
R=25.84%
G=30.15%
B=44.01%

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
Decimal1381612350.410.3100.08225.7770.873.14
Hex8AA1EB291F08e24749
Octal2122413535137010342107111
Binary10001010101000011110101110100111111010001110001010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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