#997CAB

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

Shades of Ce Soir #997CAB

Tints of Ce Soir #997CAB

Color information

#997CAB (or 0x997CAB) is unknown color: approx Ce Soir. HEX triplet: 99, 7C and AB. RGB value is (153,124,171). Sum of RGB (Red+Green+Blue) = 153+124+171=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #997CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997CAB is #668354. Grayscale: #898989. Windows color (decimal): -6718293 or 11238553. OLE color: 11238553.

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

Color convert

RGB153124171-
CMYK0.110.2700.33
HSL277.02º21.86%57.84%-
HSV(B)277.02º27.49%67.06%-
XYZ27.724.1341.73-
YUV138.03146.61138.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.15%
GREEN value IS 124 (48.83% from 255) = 27.68%
BLUE value IS 171 (67.19% from 255) = 38.17%
R=34.15%
G=27.68%
B=38.17%

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
Decimal1531241710.110.2700.33277.0221.8657.84
Hex997CABB1B021115163a
Octal23117425313330414252672
Binary10011001111110010101011101111011010000110001010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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