#9AA1DC

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

Shades of Portage #9AA1DC

Tints of Portage #9AA1DC

Color information

#9AA1DC (or 0x9AA1DC) is unknown color: approx Portage. HEX triplet: 9A, A1 and DC. RGB value is (154,161,220). Sum of RGB (Red+Green+Blue) = 154+161+220=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #9AA1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA1DC is #655E23. Grayscale: #A5A5A5. Windows color (decimal): -6643236 or 14459290. OLE color: 14459290.

HSL color Cylindrical-coordinate representation of color #9AA1DC: hue angle of 233.64º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AA1DC is Cyan = 0.3, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB154161220-
CMYK0.30.2700.14
HSL233.64º48.53%73.33%-
HSV(B)233.64º30%86.27%-
XYZ38.9937.5372.9-
YUV165.63158.68119.7-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.79%
GREEN value IS 161 (63.28% from 255) = 30.09%
BLUE value IS 220 (86.33% from 255) = 41.12%
R=28.79%
G=30.09%
B=41.12%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1541612200.30.2700.14233.6448.5373.33
Hex9AA1DC1E1B0Eea3149
Octal232241334363301635261111
Binary100110101010000111011100111101101101110111010101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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