#8AA2F9

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

Shades of Portage #8AA2F9

Tints of Portage #8AA2F9

Color information

#8AA2F9 (or 0x8AA2F9) is unknown color: approx Portage. HEX triplet: 8A, A2 and F9. RGB value is (138,162,249). Sum of RGB (Red+Green+Blue) = 138+162+249=549 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.14% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #8AA2F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AA2F9 is #755D06. Grayscale: #A4A4A4. Windows color (decimal): -7691527 or 16360074. OLE color: 16360074.

HSL color Cylindrical-coordinate representation of color #8AA2F9: hue angle of 227.03º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AA2F9 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB138162249-
CMYK0.450.3500.02
HSL227.03º90.24%75.88%-
HSV(B)227.03º44.58%97.65%-
XYZ40.538.0894.84-
YUV164.74175.55108.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.14%
GREEN value IS 162 (63.67% from 255) = 29.51%
BLUE value IS 249 (97.66% from 255) = 45.36%
R=25.14%
G=29.51%
B=45.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1381622490.450.3500.02227.0390.2475.88
Hex8AA2F92D2302e35a4c
Octal212242371554302343132114
Binary1000101010100010111110011011011000110101110001110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,162,249); }

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

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

 a { background-color: rgb(138,162,249); }

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

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

 span { border-color: rgb(138,162,249); }

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