#976FAE

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

Shades of Ce Soir #976FAE

Tints of Ce Soir #976FAE

Color information

#976FAE (or 0x976FAE) is unknown color: approx Ce Soir. HEX triplet: 97, 6F and AE. RGB value is (151,111,174). Sum of RGB (Red+Green+Blue) = 151+111+174=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #976FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976FAE is #689051. Grayscale: #818181. Windows color (decimal): -6852690 or 11431831. OLE color: 11431831.

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

Color convert

RGB151111174-
CMYK0.130.3600.32
HSL278.1º28%55.88%-
HSV(B)278.1º36.21%68.24%-
XYZ26.092142.72-
YUV130.14152.75142.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.63%
GREEN value IS 111 (43.75% from 255) = 25.46%
BLUE value IS 174 (68.36% from 255) = 39.91%
R=34.63%
G=25.46%
B=39.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511111740.130.3600.32278.12855.88
Hex976FAED240201161c38
Octal22715725615440404263470
Binary100101111101111101011101101100100010000010001011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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