Html Css Color HEX #997CAC Ce Soir

📋 copy color: '#997CAC'

red 153 ◦ green 124 ◦ blue 172

#997CAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ce Soir #997CAC

Tints of Ce Soir #997CAC

RGB

 RED value IS 153 (60.16% from 255) = 34.08%

 GREEN value IS 124 (48.83% from 255) = 27.62%

 BLUE value IS 172 (67.58% from 255) = 38.31%

R = 34.08%
G = 27.62%
B = 38.31%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#997CAC (or 0x997CAC) is known color: Ce Soir. HEX triplet: 99, 7C and AC. RGB value is (153,124,172). Sum of RGB (Red+Green+Blue) = 153+124+172=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #997CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997CAC is #668353. Grayscale: #898989. Windows color (decimal): -6718292 or 11304089. OLE color: 11304089.

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

Color convert

RGB 153 124 172 -
CMYK 0.11 0.28 0 0.33
HSL 276.25º 0.22% 0.58% -
HSV(B) 276.25º 0.28% 0.67% -
XYZ 27.79 24.17 42.23 -
YUV 138.14 147.11 138.6 -
System Red Green Blue C M Y K H S L
Decimal 153 124 172 0.11 0.28 0 0.33 276.25 0.22 0.58
Hex 99 7C AC B 1C 0 21 114 16 3A
Octal 231 174 254 13 34 0 41 424 26 72
Binary 10011001 1111100 10101100 1011 11100 0 100001 100010100 10110 111010

Color Harmonies of #997CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997CAC

Black with #997CAC

Text Example


Text Example

White with #997CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #997CAC;
 }
 .AnyTagClassName
 {
   color: #997CAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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