#976BAB

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

Shades of Ce Soir #976BAB

Tints of Ce Soir #976BAB

Color information

#976BAB (or 0x976BAB) is unknown color: approx Ce Soir. HEX triplet: 97, 6B and AB. RGB value is (151,107,171). Sum of RGB (Red+Green+Blue) = 151+107+171=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #976BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976BAB is #689454. Grayscale: #7F7F7F. Windows color (decimal): -6853717 or 11234199. OLE color: 11234199.

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

Color convert

RGB151107171-
CMYK0.120.3700.33
HSL281.25º27.59%54.51%-
HSV(B)281.25º37.43%67.06%-
XYZ25.3720.0341.06-
YUV127.45152.58144.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.20%
GREEN value IS 107 (42.19% from 255) = 24.94%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=35.20%
G=24.94%
B=39.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511071710.120.3700.33281.2527.5954.51
Hex976BABC250211191c37
Octal22715325314450414313467
Binary100101111101011101010111100100101010000110001100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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