#9AA2EC

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

Shades of Portage #9AA2EC

Tints of Portage #9AA2EC

Color information

#9AA2EC (or 0x9AA2EC) is unknown color: approx Portage. HEX triplet: 9A, A2 and EC. RGB value is (154,162,236). Sum of RGB (Red+Green+Blue) = 154+162+236=552 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.90% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #9AA2EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AA2EC is #655D13. Grayscale: #A7A7A7. Windows color (decimal): -6642964 or 15508122. OLE color: 15508122.

HSL color Cylindrical-coordinate representation of color #9AA2EC: hue angle of 234.15º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AA2EC is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB154162236-
CMYK0.350.3100.07
HSL234.15º68.33%76.47%-
HSV(B)234.15º34.75%92.55%-
XYZ41.3938.7784.66-
YUV168.04166.35117.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.90%
GREEN value IS 162 (63.67% from 255) = 29.35%
BLUE value IS 236 (92.58% from 255) = 42.75%
R=27.90%
G=29.35%
B=42.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1541622360.350.3100.07234.1568.3376.47
Hex9AA2EC231F07ea444c
Octal232242354433707352104114
Binary1001101010100010111011001000111111101111110101010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AA2EC; }

 p { color: rgb(154,162,236); }

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

<style>
 a { background-color: #9AA2EC; }

 a { background-color: rgb(154,162,236); }

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

<style>
 span { border-color: #9AA2EC; }

 span { border-color: rgb(154,162,236); }

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