Html Css Color HEX #977BAA Ce Soir

📋 copy color: '#977BAA'

red 151 ◦ green 123 ◦ blue 170

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

Shades of Ce Soir #977BAA

Tints of Ce Soir #977BAA

RGB

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

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

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

R = 34.01%
G = 27.7%
B = 38.29%

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

#977BAA (or 0x977BAA) is known color: Ce Soir. HEX triplet: 97, 7B and AA. RGB value is (151,123,170). Sum of RGB (Red+Green+Blue) = 151+123+170=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #977BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977BAA is #688455. Grayscale: #888888. Windows color (decimal): -6849622 or 11172759. OLE color: 11172759.

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

Color convert

RGB 151 123 170 -
CMYK 0.11 0.28 0 0.33
HSL 275.74º 0.22% 0.57% -
HSV(B) 275.74º 0.28% 0.67% -
XYZ 27.1 23.65 41.17 -
YUV 136.73 146.78 138.18 -
System Red Green Blue C M Y K H S L
Decimal 151 123 170 0.11 0.28 0 0.33 275.74 0.22 0.57
Hex 97 7B AA B 1C 0 21 114 16 39
Octal 227 173 252 13 34 0 41 424 26 71
Binary 10010111 1111011 10101010 1011 11100 0 100001 100010100 10110 111001

Color Harmonies of #977BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977BAA

Black with #977BAA

Text Example


Text Example

White with #977BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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