Html Css Color HEX #977BAB Ce Soir

📋 copy color: '#977BAB'

red 151 ◦ green 123 ◦ blue 171

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

Shades of Ce Soir #977BAB

Tints of Ce Soir #977BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.43%

R = 33.93%
G = 27.64%
B = 38.43%

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

#977BAB (or 0x977BAB) is known color: Ce Soir. HEX triplet: 97, 7B and AB. RGB value is (151,123,171). Sum of RGB (Red+Green+Blue) = 151+123+171=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #977BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977BAB is #688454. Grayscale: #888888. Windows color (decimal): -6849621 or 11238295. OLE color: 11238295.

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

Color convert

RGB 151 123 171 -
CMYK 0.12 0.28 0 0.33
HSL 275º 0.22% 0.58% -
HSV(B) 275º 0.28% 0.67% -
XYZ 27.2 23.69 41.67 -
YUV 136.84 147.28 138.1 -
System Red Green Blue C M Y K H S L
Decimal 151 123 171 0.12 0.28 0 0.33 275 0.22 0.58
Hex 97 7B AB C 1C 0 21 113 16 3A
Octal 227 173 253 14 34 0 41 423 26 72
Binary 10010111 1111011 10101011 1100 11100 0 100001 100010011 10110 111010

Color Harmonies of #977BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977BAB

Black with #977BAB

Text Example


Text Example

White with #977BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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