#976CA4

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

Shades of Ce Soir #976CA4

Tints of Ce Soir #976CA4

Color information

#976CA4 (or 0x976CA4) is unknown color: approx Ce Soir. HEX triplet: 97, 6C and A4. RGB value is (151,108,164). Sum of RGB (Red+Green+Blue) = 151+108+164=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 164 - color contains mainly: blue. Hex color #976CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976CA4 is #68935B. Grayscale: #7F7F7F. Windows color (decimal): -6853468 or 10775703. OLE color: 10775703.

HSL color Cylindrical-coordinate representation of color #976CA4: hue angle of 286.07º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #976CA4 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB151108164-
CMYK0.080.3400.36
HSL286.07º23.53%53.33%-
HSV(B)286.07º34.15%64.31%-
XYZ24.8319.9837.67-
YUV127.24148.75144.95-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.70%
GREEN value IS 108 (42.58% from 255) = 25.53%
BLUE value IS 164 (64.45% from 255) = 38.77%
R=35.70%
G=25.53%
B=38.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1511081640.080.3400.36286.0723.5353.33
Hex976CA482202411e1835
Octal22715424410420444363065
Binary100101111101100101001001000100010010010010001111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,108,164); }

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

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

 a { background-color: rgb(151,108,164); }

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

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

 span { border-color: rgb(151,108,164); }

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