#9AA1DA

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

Shades of Portage #9AA1DA

Tints of Portage #9AA1DA

Color information

#9AA1DA (or 0x9AA1DA) is unknown color: approx Portage. HEX triplet: 9A, A1 and DA. RGB value is (154,161,218). Sum of RGB (Red+Green+Blue) = 154+161+218=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #9AA1DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA1DA is #655E25. Grayscale: #A5A5A5. Windows color (decimal): -6643238 or 14328218. OLE color: 14328218.

HSL color Cylindrical-coordinate representation of color #9AA1DA: hue angle of 233.44º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AA1DA is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB154161218-
CMYK0.290.2600.15
HSL233.44º46.38%72.94%-
HSV(B)233.44º29.36%85.49%-
XYZ38.7337.4271.51-
YUV165.4157.68119.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.89%
GREEN value IS 161 (63.28% from 255) = 30.21%
BLUE value IS 218 (85.55% from 255) = 40.90%
R=28.89%
G=30.21%
B=40.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1541612180.290.2600.15233.4446.3872.94
Hex9AA1DA1D1A0Fe92e49
Octal232241332353201735156111
Binary100110101010000111011010111011101001111111010011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,161,218); }

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

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

 a { background-color: rgb(154,161,218); }

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

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

 span { border-color: rgb(154,161,218); }

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