#976EB2

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

Shades of Ce Soir #976EB2

Tints of Ce Soir #976EB2

Color information

#976EB2 (or 0x976EB2) is unknown color: approx Ce Soir. HEX triplet: 97, 6E and B2. RGB value is (151,110,178). Sum of RGB (Red+Green+Blue) = 151+110+178=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 178 - color contains mainly: blue. Hex color #976EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976EB2 is #68914D. Grayscale: #818181. Windows color (decimal): -6852942 or 11693719. OLE color: 11693719.

HSL color Cylindrical-coordinate representation of color #976EB2: hue angle of 276.18º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #976EB2 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB151110178-
CMYK0.150.3800.30
HSL276.18º30.63%56.47%-
HSV(B)276.18º38.2%69.8%-
XYZ26.3720.9544.77-
YUV130.01155.08142.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.40%
GREEN value IS 110 (43.36% from 255) = 25.06%
BLUE value IS 178 (69.92% from 255) = 40.55%
R=34.40%
G=25.06%
B=40.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1511101780.150.3800.30276.1830.6356.47
Hex976EB2F2601E1141f38
Octal22715626217460364243770
Binary10010111110111010110010111110011001111010001010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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