#9AA0DD

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

Shades of Portage #9AA0DD

Tints of Portage #9AA0DD

Color information

#9AA0DD (or 0x9AA0DD) is unknown color: approx Portage. HEX triplet: 9A, A0 and DD. RGB value is (154,160,221). Sum of RGB (Red+Green+Blue) = 154+160+221=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #9AA0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA0DD is #655F22. Grayscale: #A4A4A4. Windows color (decimal): -6643491 or 14524570. OLE color: 14524570.

HSL color Cylindrical-coordinate representation of color #9AA0DD: hue angle of 234.63º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AA0DD is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB154160221-
CMYK0.300.2800.13
HSL234.63º49.63%73.53%-
HSV(B)234.63º30.32%86.67%-
XYZ38.9537.2373.54-
YUV165.16159.51120.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.79%
GREEN value IS 160 (62.89% from 255) = 29.91%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=28.79%
G=29.91%
B=41.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1541602210.300.2800.13234.6349.6373.53
Hex9AA0DD1E1C0Deb324a
Octal232240335363401535362112
Binary100110101010000011011101111101110001101111010111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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