#9AA2EE

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

Shades of Portage #9AA2EE

Tints of Portage #9AA2EE

Color information

#9AA2EE (or 0x9AA2EE) is unknown color: approx Portage. HEX triplet: 9A, A2 and EE. RGB value is (154,162,238). Sum of RGB (Red+Green+Blue) = 154+162+238=554 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.80% from 554); Green value is 162 (63.67% from 255 or 29.24% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #9AA2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AA2EE is #655D11. Grayscale: #A7A7A7. Windows color (decimal): -6642962 or 15639194. OLE color: 15639194.

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

Color convert

RGB154162238-
CMYK0.350.3200.07
HSL234.29º71.19%76.86%-
HSV(B)234.29º35.29%93.33%-
XYZ41.6838.8886.2-
YUV168.27167.35117.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.80%
GREEN value IS 162 (63.67% from 255) = 29.24%
BLUE value IS 238 (93.36% from 255) = 42.96%
R=27.80%
G=29.24%
B=42.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1541622380.350.3200.07234.2971.1976.86
Hex9AA2EE232007ea474d
Octal232242356434007352107115
Binary10011010101000101110111010001110000001111110101010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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