#9A7AA4

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

Shades of Ce Soir #9A7AA4

Tints of Ce Soir #9A7AA4

Color information

#9A7AA4 (or 0x9A7AA4) is unknown color: approx Ce Soir. HEX triplet: 9A, 7A and A4. RGB value is (154,122,164). Sum of RGB (Red+Green+Blue) = 154+122+164=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 164 - color contains mainly: blue. Hex color #9A7AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7AA4 is #65855B. Grayscale: #888888. Windows color (decimal): -6653276 or 10779290. OLE color: 10779290.

HSL color Cylindrical-coordinate representation of color #9A7AA4: hue angle of 285.71º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9A7AA4 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB154122164-
CMYK0.060.2600.36
HSL285.71º18.75%56.08%-
HSV(B)285.71º25.61%64.31%-
XYZ26.9923.4738.23-
YUV136.36143.6140.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35%
GREEN value IS 122 (48.05% from 255) = 27.73%
BLUE value IS 164 (64.45% from 255) = 37.27%
R=35%
G=27.73%
B=37.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1541221640.060.2600.36285.7118.7556.08
Hex9A7AA461A02411e1338
Octal2321722446320444362370
Binary1001101011110101010010011011010010010010001111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,122,164); }

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

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

 a { background-color: rgb(154,122,164); }

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

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

 span { border-color: rgb(154,122,164); }

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