Html Css Color HEX #977AAA Ce Soir

📋 copy color: '#977AAA'

red 151 ◦ green 122 ◦ blue 170

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

Shades of Ce Soir #977AAA

Tints of Ce Soir #977AAA

RGB

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

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

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

R = 34.09%
G = 27.54%
B = 38.37%

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

#977AAA (or 0x977AAA) is known color: Ce Soir. HEX triplet: 97, 7A and AA. RGB value is (151,122,170). Sum of RGB (Red+Green+Blue) = 151+122+170=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #977AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977AAA is #688555. Grayscale: #878787. Windows color (decimal): -6849878 or 11172503. OLE color: 11172503.

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

Color convert

RGB 151 122 170 -
CMYK 0.11 0.28 0 0.33
HSL 276.25º 0.22% 0.57% -
HSV(B) 276.25º 0.28% 0.67% -
XYZ 26.98 23.4 41.13 -
YUV 136.14 147.11 138.6 -
System Red Green Blue C M Y K H S L
Decimal 151 122 170 0.11 0.28 0 0.33 276.25 0.22 0.57
Hex 97 7A AA B 1C 0 21 114 16 39
Octal 227 172 252 13 34 0 41 424 26 71
Binary 10010111 1111010 10101010 1011 11100 0 100001 100010100 10110 111001

Color Harmonies of #977AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977AAA

Black with #977AAA

Text Example


Text Example

White with #977AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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