#976FAB

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

Shades of Ce Soir #976FAB

Tints of Ce Soir #976FAB

Color information

#976FAB (or 0x976FAB) is unknown color: approx Ce Soir. HEX triplet: 97, 6F and AB. RGB value is (151,111,171). Sum of RGB (Red+Green+Blue) = 151+111+171=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #976FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976FAB is #689054. Grayscale: #818181. Windows color (decimal): -6852693 or 11235223. OLE color: 11235223.

HSL color Cylindrical-coordinate representation of color #976FAB: hue angle of 280º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #976FAB is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB151111171-
CMYK0.120.3500.33
HSL280º26.32%55.29%-
HSV(B)280º35.09%67.06%-
XYZ25.820.8941.2-
YUV129.8151.25143.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.87%
GREEN value IS 111 (43.75% from 255) = 25.64%
BLUE value IS 171 (67.19% from 255) = 39.49%
R=34.87%
G=25.64%
B=39.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511111710.120.3500.3328026.3255.29
Hex976FABC230211181a37
Octal22715725314430414303267
Binary100101111101111101010111100100011010000110001100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,111,171); }

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

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

 a { background-color: rgb(151,111,171); }

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

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

 span { border-color: rgb(151,111,171); }

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