#976EB0

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

Shades of Ce Soir #976EB0

Tints of Ce Soir #976EB0

Color information

#976EB0 (or 0x976EB0) is unknown color: approx Ce Soir. HEX triplet: 97, 6E and B0. RGB value is (151,110,176). Sum of RGB (Red+Green+Blue) = 151+110+176=437 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.55% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 176 - color contains mainly: blue. Hex color #976EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976EB0 is #68914F. Grayscale: #818181. Windows color (decimal): -6852944 or 11562647. OLE color: 11562647.

HSL color Cylindrical-coordinate representation of color #976EB0: hue angle of 277.27º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #976EB0 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB151110176-
CMYK0.140.3700.31
HSL277.27º29.46%56.08%-
HSV(B)277.27º37.5%69.02%-
XYZ26.1720.8743.72-
YUV129.78154.08143.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.55%
GREEN value IS 110 (43.36% from 255) = 25.17%
BLUE value IS 176 (69.14% from 255) = 40.27%
R=34.55%
G=25.17%
B=40.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511101760.140.3700.31277.2729.4656.08
Hex976EB0E2501F1151d38
Octal22715626016450374253570
Binary10010111110111010110000111010010101111110001010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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