#976EAE

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

Shades of Ce Soir #976EAE

Tints of Ce Soir #976EAE

Color information

#976EAE (or 0x976EAE) is unknown color: approx Ce Soir. HEX triplet: 97, 6E and AE. RGB value is (151,110,174). Sum of RGB (Red+Green+Blue) = 151+110+174=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #976EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976EAE is #689151. Grayscale: #818181. Windows color (decimal): -6852946 or 11431575. OLE color: 11431575.

HSL color Cylindrical-coordinate representation of color #976EAE: hue angle of 278.44º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #976EAE is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB151110174-
CMYK0.130.3700.32
HSL278.44º28.32%55.69%-
HSV(B)278.44º36.78%68.24%-
XYZ25.9820.7942.69-
YUV129.56153.08143.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.71%
GREEN value IS 110 (43.36% from 255) = 25.29%
BLUE value IS 174 (68.36% from 255) = 40%
R=34.71%
G=25.29%
B=40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511101740.130.3700.32278.4428.3255.69
Hex976EAED250201161c38
Octal22715625615450404263470
Binary100101111101110101011101101100101010000010001011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976EAE; }

 p { color: rgb(151,110,174); }

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

<style>
 a { background-color: #976EAE; }

 a { background-color: rgb(151,110,174); }

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

<style>
 span { border-color: #976EAE; }

 span { border-color: rgb(151,110,174); }

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