#976DB0

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

Shades of Ce Soir #976DB0

Tints of Ce Soir #976DB0

Color information

#976DB0 (or 0x976DB0) is unknown color: approx Ce Soir. HEX triplet: 97, 6D and B0. RGB value is (151,109,176). Sum of RGB (Red+Green+Blue) = 151+109+176=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 176 - color contains mainly: blue. Hex color #976DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976DB0 is #68924F. Grayscale: #808080. Windows color (decimal): -6853200 or 11562391. OLE color: 11562391.

HSL color Cylindrical-coordinate representation of color #976DB0: hue angle of 277.61º degrees, saturation: 0.3, 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 #976DB0 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB151109176-
CMYK0.140.3800.31
HSL277.61º29.78%55.88%-
HSV(B)277.61º38.07%69.02%-
XYZ26.0720.6543.69-
YUV129.2154.41143.55-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.63%
GREEN value IS 109 (42.97% from 255) = 25%
BLUE value IS 176 (69.14% from 255) = 40.37%
R=34.63%
G=25%
B=40.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511091760.140.3800.31277.6129.7855.88
Hex976DB0E2601F1161e38
Octal22715526016460374263670
Binary10010111110110110110000111010011001111110001011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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