#977DAA

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

Shades of Ce Soir #977DAA

Tints of Ce Soir #977DAA

Color information

#977DAA (or 0x977DAA) is unknown color: approx Ce Soir. HEX triplet: 97, 7D and AA. RGB value is (151,125,170). Sum of RGB (Red+Green+Blue) = 151+125+170=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 170 - color contains mainly: blue. Hex color #977DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977DAA is #688255. Grayscale: #898989. Windows color (decimal): -6849110 or 11173271. OLE color: 11173271.

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

Color convert

RGB151125170-
CMYK0.110.2600.33
HSL274.67º20.93%57.84%-
HSV(B)274.67º26.47%66.67%-
XYZ27.3524.1541.25-
YUV137.9146.11137.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.86%
GREEN value IS 125 (49.22% from 255) = 28.03%
BLUE value IS 170 (66.80% from 255) = 38.12%
R=33.86%
G=28.03%
B=38.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511251700.110.2600.33274.6720.9357.84
Hex977DAAB1A021113153a
Octal22717525213320414232572
Binary10010111111110110101010101111010010000110001001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,125,170); }

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

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

 a { background-color: rgb(151,125,170); }

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

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

 span { border-color: rgb(151,125,170); }

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