#997BAB

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

Shades of Ce Soir #997BAB

Tints of Ce Soir #997BAB

Color information

#997BAB (or 0x997BAB) is unknown color: approx Ce Soir. HEX triplet: 99, 7B and AB. RGB value is (153,123,171). Sum of RGB (Red+Green+Blue) = 153+123+171=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #997BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997BAB is #668454. Grayscale: #898989. Windows color (decimal): -6718549 or 11238297. OLE color: 11238297.

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

Color convert

RGB153123171-
CMYK0.110.2800.33
HSL277.5º22.22%57.65%-
HSV(B)277.5º28.07%67.06%-
XYZ27.5723.8841.68-
YUV137.44146.94139.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.23%
GREEN value IS 123 (48.44% from 255) = 27.52%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=34.23%
G=27.52%
B=38.26%

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
Decimal1531231710.110.2800.33277.522.2257.65
Hex997BABB1C021116163a
Octal23117325313340414262672
Binary10011001111101110101011101111100010000110001011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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