#9AA2DD

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

Shades of Portage #9AA2DD

Tints of Portage #9AA2DD

Color information

#9AA2DD (or 0x9AA2DD) is unknown color: approx Portage. HEX triplet: 9A, A2 and DD. RGB value is (154,162,221). Sum of RGB (Red+Green+Blue) = 154+162+221=537 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.68% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #9AA2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA2DD is #655D22. Grayscale: #A6A6A6. Windows color (decimal): -6642979 or 14525082. OLE color: 14525082.

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

Color convert

RGB154162221-
CMYK0.300.2700.13
HSL232.84º49.63%73.53%-
HSV(B)232.84º30.32%86.67%-
XYZ39.337.9373.66-
YUV166.33158.85119.2-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.68%
GREEN value IS 162 (63.67% from 255) = 30.17%
BLUE value IS 221 (86.72% from 255) = 41.15%
R=28.68%
G=30.17%
B=41.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1541622210.300.2700.13232.8449.6373.53
Hex9AA2DD1E1B0De9324a
Octal232242335363301535162112
Binary100110101010001011011101111101101101101111010011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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