#976BAE

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

Shades of Ce Soir #976BAE

Tints of Ce Soir #976BAE

Color information

#976BAE (or 0x976BAE) is unknown color: approx Ce Soir. HEX triplet: 97, 6B and AE. RGB value is (151,107,174). Sum of RGB (Red+Green+Blue) = 151+107+174=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #976BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976BAE is #689451. Grayscale: #7F7F7F. Windows color (decimal): -6853714 or 11430807. OLE color: 11430807.

HSL color Cylindrical-coordinate representation of color #976BAE: hue angle of 279.4º degrees, saturation: 0.29, 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 #976BAE is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB151107174-
CMYK0.130.3900.32
HSL279.4º29.26%55.1%-
HSV(B)279.4º38.51%68.24%-
XYZ25.6620.1542.58-
YUV127.79154.08144.55-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.95%
GREEN value IS 107 (42.19% from 255) = 24.77%
BLUE value IS 174 (68.36% from 255) = 40.28%
R=34.95%
G=24.77%
B=40.28%

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
Decimal1511071740.130.3900.32279.429.2655.1
Hex976BAED270201171d37
Octal22715325615470404273567
Binary100101111101011101011101101100111010000010001011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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