#997DAC

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

Shades of Ce Soir #997DAC

Tints of Ce Soir #997DAC

Color information

#997DAC (or 0x997DAC) is unknown color: approx Ce Soir. HEX triplet: 99, 7D and AC. RGB value is (153,125,172). Sum of RGB (Red+Green+Blue) = 153+125+172=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: blue. Hex color #997DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997DAC is #668253. Grayscale: #8A8A8A. Windows color (decimal): -6718036 or 11304345. OLE color: 11304345.

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

Color convert

RGB153125172-
CMYK0.110.2700.33
HSL275.74º22.07%58.24%-
HSV(B)275.74º27.33%67.45%-
XYZ27.9224.4242.27-
YUV138.73146.78138.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34%
GREEN value IS 125 (49.22% from 255) = 27.78%
BLUE value IS 172 (67.58% from 255) = 38.22%
R=34%
G=27.78%
B=38.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531251720.110.2700.33275.7422.0758.24
Hex997DACB1B021114163a
Octal23117525413330414242672
Binary10011001111110110101100101111011010000110001010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997DAC; }

 p { color: rgb(153,125,172); }

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

<style>
 a { background-color: #997DAC; }

 a { background-color: rgb(153,125,172); }

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

<style>
 span { border-color: #997DAC; }

 span { border-color: rgb(153,125,172); }

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