#997CAA

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

Shades of Ce Soir #997CAA

Tints of Ce Soir #997CAA

Color information

#997CAA (or 0x997CAA) is unknown color: approx Ce Soir. HEX triplet: 99, 7C and AA. RGB value is (153,124,170). Sum of RGB (Red+Green+Blue) = 153+124+170=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: blue. Hex color #997CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997CAA is #668355. Grayscale: #898989. Windows color (decimal): -6718294 or 11173017. OLE color: 11173017.

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

Color convert

RGB153124170-
CMYK0.10.2700.33
HSL277.83º21.3%57.65%-
HSV(B)277.83º27.06%66.67%-
XYZ27.624.0941.23-
YUV137.92146.11138.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.23%
GREEN value IS 124 (48.83% from 255) = 27.74%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=34.23%
G=27.74%
B=38.03%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531241700.10.2700.33277.8321.357.65
Hex997CAAA1B021116153a
Octal23117425212330414262572
Binary10011001111110010101010101011011010000110001011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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