#9AA2DE

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

Shades of Portage #9AA2DE

Tints of Portage #9AA2DE

Color information

#9AA2DE (or 0x9AA2DE) is unknown color: approx Portage. HEX triplet: 9A, A2 and DE. RGB value is (154,162,222). Sum of RGB (Red+Green+Blue) = 154+162+222=538 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.62% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #9AA2DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA2DE is #655D21. Grayscale: #A6A6A6. Windows color (decimal): -6642978 or 14590618. OLE color: 14590618.

HSL color Cylindrical-coordinate representation of color #9AA2DE: hue angle of 232.94º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AA2DE is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB154162222-
CMYK0.310.2700.13
HSL232.94º50.75%73.73%-
HSV(B)232.94º30.63%87.06%-
XYZ39.4337.9874.36-
YUV166.45159.35119.12-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.62%
GREEN value IS 162 (63.67% from 255) = 30.11%
BLUE value IS 222 (87.11% from 255) = 41.26%
R=28.62%
G=30.11%
B=41.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1541622220.310.2700.13232.9450.7573.73
Hex9AA2DE1F1B0De9334a
Octal232242336373301535163112
Binary100110101010001011011110111111101101101111010011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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