Html Css Color HEX #977BAC Ce Soir

📋 copy color: '#977BAC'

red 151 ◦ green 123 ◦ blue 172

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

Shades of Ce Soir #977BAC

Tints of Ce Soir #977BAC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.58%

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

R = 33.86%
G = 27.58%
B = 38.57%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#977BAC (or 0x977BAC) is known color: Ce Soir. HEX triplet: 97, 7B and AC. RGB value is (151,123,172). Sum of RGB (Red+Green+Blue) = 151+123+172=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #977BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977BAC is #688453. Grayscale: #888888. Windows color (decimal): -6849620 or 11303831. OLE color: 11303831.

HSL color Cylindrical-coordinate representation of color #977BAC: hue angle of 274.29º degrees, saturation: 0.23, 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 #977BAC is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 123 172 -
CMYK 0.12 0.28 0 0.33
HSL 274.29º 0.23% 0.58% -
HSV(B) 274.29º 0.28% 0.67% -
XYZ 27.29 23.72 42.17 -
YUV 136.96 147.78 138.02 -
System Red Green Blue C M Y K H S L
Decimal 151 123 172 0.12 0.28 0 0.33 274.29 0.23 0.58
Hex 97 7B AC C 1C 0 21 112 17 3A
Octal 227 173 254 14 34 0 41 422 27 72
Binary 10010111 1111011 10101100 1100 11100 0 100001 100010010 10111 111010

Color Harmonies of #977BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977BAC

Black with #977BAC

Text Example


Text Example

White with #977BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,123,172); }

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

background-color css

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

 a { background-color: rgb(151,123,172); }

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

border-color css

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

 span { border-color: rgb(151,123,172); }

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