#977EAA

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

Shades of Ce Soir #977EAA

Tints of Ce Soir #977EAA

Color information

#977EAA (or 0x977EAA) is unknown color: approx Ce Soir. HEX triplet: 97, 7E and AA. RGB value is (151,126,170). Sum of RGB (Red+Green+Blue) = 151+126+170=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: blue. Hex color #977EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977EAA is #688155. Grayscale: #8A8A8A. Windows color (decimal): -6848854 or 11173527. OLE color: 11173527.

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

Color convert

RGB151126170-
CMYK0.110.2600.33
HSL274.09º20.56%58.04%-
HSV(B)274.09º25.88%66.67%-
XYZ27.4824.441.29-
YUV138.49145.78136.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.78%
GREEN value IS 126 (49.61% from 255) = 28.19%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=33.78%
G=28.19%
B=38.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511261700.110.2600.33274.0920.5658.04
Hex977EAAB1A021112153a
Octal22717625213320414222572
Binary10010111111111010101010101111010010000110001001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,126,170); }

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

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

 a { background-color: rgb(151,126,170); }

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

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

 span { border-color: rgb(151,126,170); }

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