Html Css Color HEX #977AAB Ce Soir

📋 copy color: '#977AAB'

red 151 ◦ green 122 ◦ blue 171

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

Shades of Ce Soir #977AAB

Tints of Ce Soir #977AAB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.48%

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

R = 34.01%
G = 27.48%
B = 38.51%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#977AAB (or 0x977AAB) is known color: Ce Soir. HEX triplet: 97, 7A and AB. RGB value is (151,122,171). Sum of RGB (Red+Green+Blue) = 151+122+171=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #977AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977AAB is #688554. Grayscale: #888888. Windows color (decimal): -6849877 or 11238039. OLE color: 11238039.

HSL color Cylindrical-coordinate representation of color #977AAB: hue angle of 275.51º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #977AAB is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 122 171 -
CMYK 0.12 0.29 0 0.33
HSL 275.51º 0.23% 0.57% -
HSV(B) 275.51º 0.29% 0.67% -
XYZ 27.07 23.44 41.63 -
YUV 136.26 147.61 138.52 -
System Red Green Blue C M Y K H S L
Decimal 151 122 171 0.12 0.29 0 0.33 275.51 0.23 0.57
Hex 97 7A AB C 1D 0 21 114 17 39
Octal 227 172 253 14 35 0 41 424 27 71
Binary 10010111 1111010 10101011 1100 11101 0 100001 100010100 10111 111001

Color Harmonies of #977AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977AAB

Black with #977AAB

Text Example


Text Example

White with #977AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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