Html Css Color HEX #976DAA Ce Soir

📋 copy color: '#976DAA'

red 151 ◦ green 109 ◦ blue 170

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

Shades of Ce Soir #976DAA

Tints of Ce Soir #976DAA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.35%

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

R = 35.12%
G = 25.35%
B = 39.53%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#976DAA (or 0x976DAA) is known color: Ce Soir. HEX triplet: 97, 6D and AA. RGB value is (151,109,170). Sum of RGB (Red+Green+Blue) = 151+109+170=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #976DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976DAA is #689255. Grayscale: #808080. Windows color (decimal): -6853206 or 11169175. OLE color: 11169175.

HSL color Cylindrical-coordinate representation of color #976DAA: hue angle of 281.31º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #976DAA is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 109 170 -
CMYK 0.11 0.36 0 0.33
HSL 281.31º 0.26% 0.55% -
HSV(B) 281.31º 0.36% 0.67% -
XYZ 25.49 20.42 40.63 -
YUV 128.51 151.41 144.04 -
System Red Green Blue C M Y K H S L
Decimal 151 109 170 0.11 0.36 0 0.33 281.31 0.26 0.55
Hex 97 6D AA B 24 0 21 119 1A 37
Octal 227 155 252 13 44 0 41 431 32 67
Binary 10010111 1101101 10101010 1011 100100 0 100001 100011001 11010 110111

Color Harmonies of #976DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976DAA

Black with #976DAA

Text Example


Text Example

White with #976DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976DAA; }

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

 H1.HeaderClassName
 {
   color: #976DAA;
 }
 .AnyTagClassName
 {
   color: #976DAA;
 }
</style>

background-color css

<style>
 a { background-color: #976DAA; }

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

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

border-color css

<style>
 span { border-color: #976DAA; }

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

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