#977AAC

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

Shades of Ce Soir #977AAC

Tints of Ce Soir #977AAC

Color information

#977AAC (or 0x977AAC) is unknown color: approx Ce Soir. HEX triplet: 97, 7A and AC. RGB value is (151,122,172). Sum of RGB (Red+Green+Blue) = 151+122+172=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #977AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977AAC is #688553. Grayscale: #888888. Windows color (decimal): -6849876 or 11303575. OLE color: 11303575.

HSL color Cylindrical-coordinate representation of color #977AAC: hue angle of 274.8º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #977AAC is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB151122172-
CMYK0.120.2900.33
HSL274.8º23.15%57.65%-
HSV(B)274.8º29.07%67.45%-
XYZ27.1723.4842.13-
YUV136.37148.11138.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.93%
GREEN value IS 122 (48.05% from 255) = 27.42%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=33.93%
G=27.42%
B=38.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511221720.120.2900.33274.823.1557.65
Hex977AACC1D021113173a
Octal22717225414350414232772
Binary10010111111101010101100110011101010000110001001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977AAC; }

 p { color: rgb(151,122,172); }

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

<style>
 a { background-color: #977AAC; }

 a { background-color: rgb(151,122,172); }

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

<style>
 span { border-color: #977AAC; }

 span { border-color: rgb(151,122,172); }

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