#976AAE

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

Shades of Ce Soir #976AAE

Tints of Ce Soir #976AAE

Color information

#976AAE (or 0x976AAE) is unknown color: approx Ce Soir. HEX triplet: 97, 6A and AE. RGB value is (151,106,174). Sum of RGB (Red+Green+Blue) = 151+106+174=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #976AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976AAE is #689551. Grayscale: #7E7E7E. Windows color (decimal): -6853970 or 11430551. OLE color: 11430551.

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

Color convert

RGB151106174-
CMYK0.130.3900.32
HSL279.71º29.57%54.9%-
HSV(B)279.71º39.08%68.24%-
XYZ25.5619.9442.55-
YUV127.21154.41144.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.03%
GREEN value IS 106 (41.80% from 255) = 24.59%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=35.03%
G=24.59%
B=40.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511061740.130.3900.32279.7129.5754.9
Hex976AAED270201181e37
Octal22715225615470404303667
Binary100101111101010101011101101100111010000010001100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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