#9AA0DF

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

Shades of Portage #9AA0DF

Tints of Portage #9AA0DF

Color information

#9AA0DF (or 0x9AA0DF) is unknown color: approx Portage. HEX triplet: 9A, A0 and DF. RGB value is (154,160,223). Sum of RGB (Red+Green+Blue) = 154+160+223=537 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.68% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #9AA0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA0DF is #655F20. Grayscale: #A5A5A5. Windows color (decimal): -6643489 or 14655642. OLE color: 14655642.

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

Color convert

RGB154160223-
CMYK0.310.2800.13
HSL234.78º51.88%73.92%-
HSV(B)234.78º30.94%87.45%-
XYZ39.2237.3474.95-
YUV165.39160.51119.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.68%
GREEN value IS 160 (62.89% from 255) = 29.80%
BLUE value IS 223 (87.5% from 255) = 41.53%
R=28.68%
G=29.80%
B=41.53%

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
Decimal1541602230.310.2800.13234.7851.8873.92
Hex9AA0DF1F1C0Deb344a
Octal232240337373401535364112
Binary100110101010000011011111111111110001101111010111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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