#9AA0DE

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

Shades of Portage #9AA0DE

Tints of Portage #9AA0DE

Color information

#9AA0DE (or 0x9AA0DE) is unknown color: approx Portage. HEX triplet: 9A, A0 and DE. RGB value is (154,160,222). Sum of RGB (Red+Green+Blue) = 154+160+222=536 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.73% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #9AA0DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA0DE is #655F21. Grayscale: #A5A5A5. Windows color (decimal): -6643490 or 14590106. OLE color: 14590106.

HSL color Cylindrical-coordinate representation of color #9AA0DE: hue angle of 234.71º 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 #9AA0DE is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB154160222-
CMYK0.310.2800.13
HSL234.71º50.75%73.73%-
HSV(B)234.71º30.63%87.06%-
XYZ39.0837.2974.24-
YUV165.27160.01119.96-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.73%
GREEN value IS 160 (62.89% from 255) = 29.85%
BLUE value IS 222 (87.11% from 255) = 41.42%
R=28.73%
G=29.85%
B=41.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1541602220.310.2800.13234.7150.7573.73
Hex9AA0DE1F1C0Deb334a
Octal232240336373401535363112
Binary100110101010000011011110111111110001101111010111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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