#997BAC

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

Shades of Ce Soir #997BAC

Tints of Ce Soir #997BAC

Color information

#997BAC (or 0x997BAC) is unknown color: approx Ce Soir. HEX triplet: 99, 7B and AC. RGB value is (153,123,172). Sum of RGB (Red+Green+Blue) = 153+123+172=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #997BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997BAC is #668453. Grayscale: #898989. Windows color (decimal): -6718548 or 11303833. OLE color: 11303833.

HSL color Cylindrical-coordinate representation of color #997BAC: hue angle of 276.73º 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 #997BAC is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153123172-
CMYK0.110.2800.33
HSL276.73º22.79%57.84%-
HSV(B)276.73º28.49%67.45%-
XYZ27.6723.9242.19-
YUV137.56147.44139.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.15%
GREEN value IS 123 (48.44% from 255) = 27.46%
BLUE value IS 172 (67.58% from 255) = 38.39%
R=34.15%
G=27.46%
B=38.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531231720.110.2800.33276.7322.7957.84
Hex997BACB1C021115173a
Octal23117325413340414252772
Binary10011001111101110101100101111100010000110001010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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