Html Css Color HEX #977CAA Ce Soir

📋 copy color: '#977CAA'

red 151 ◦ green 124 ◦ blue 170

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

Shades of Ce Soir #977CAA

Tints of Ce Soir #977CAA

RGB

 RED value IS 151 (59.38% from 255) = 33.93%

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

 BLUE value IS 170 (66.8% from 255) = 38.2%

R = 33.93%
G = 27.87%
B = 38.2%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#977CAA (or 0x977CAA) is known color: Ce Soir. HEX triplet: 97, 7C and AA. RGB value is (151,124,170). Sum of RGB (Red+Green+Blue) = 151+124+170=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #977CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977CAA is #688355. Grayscale: #898989. Windows color (decimal): -6849366 or 11173015. OLE color: 11173015.

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

Color convert

RGB 151 124 170 -
CMYK 0.11 0.27 0 0.33
HSL 275.22º 0.21% 0.58% -
HSV(B) 275.22º 0.27% 0.67% -
XYZ 27.23 23.9 41.21 -
YUV 137.32 146.45 137.76 -
System Red Green Blue C M Y K H S L
Decimal 151 124 170 0.11 0.27 0 0.33 275.22 0.21 0.58
Hex 97 7C AA B 1B 0 21 113 15 3A
Octal 227 174 252 13 33 0 41 423 25 72
Binary 10010111 1111100 10101010 1011 11011 0 100001 100010011 10101 111010

Color Harmonies of #977CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977CAA

Black with #977CAA

Text Example


Text Example

White with #977CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #977CAA;
 }
 .AnyTagClassName
 {
   color: #977CAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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