#977BAC

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

Shades of Ce Soir #977BAC

Tints of Ce Soir #977BAC

Color information

#977BAC (or 0x977BAC) is unknown color: approx Ce Soir. HEX triplet: 97, 7B and AC. RGB value is (151,123,172). Sum of RGB (Red+Green+Blue) = 151+123+172=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #977BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977BAC is #688453. Grayscale: #888888. Windows color (decimal): -6849620 or 11303831. OLE color: 11303831.

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

Color convert

RGB151123172-
CMYK0.120.2800.33
HSL274.29º22.79%57.84%-
HSV(B)274.29º28.49%67.45%-
XYZ27.2923.7242.17-
YUV136.96147.78138.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.86%
GREEN value IS 123 (48.44% from 255) = 27.58%
BLUE value IS 172 (67.58% from 255) = 38.57%
R=33.86%
G=27.58%
B=38.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511231720.120.2800.33274.2922.7957.84
Hex977BACC1C021112173a
Octal22717325414340414222772
Binary10010111111101110101100110011100010000110001001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977BAC; }

 p { color: rgb(151,123,172); }

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

<style>
 a { background-color: #977BAC; }

 a { background-color: rgb(151,123,172); }

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

<style>
 span { border-color: #977BAC; }

 span { border-color: rgb(151,123,172); }

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