Html Css Color HEX #976DAC Ce Soir

📋 copy color: '#976DAC'

red 151 ◦ green 109 ◦ blue 172

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

Shades of Ce Soir #976DAC

Tints of Ce Soir #976DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.81%

R = 34.95%
G = 25.23%
B = 39.81%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#976DAC (or 0x976DAC) is known color: Ce Soir. HEX triplet: 97, 6D and AC. RGB value is (151,109,172). Sum of RGB (Red+Green+Blue) = 151+109+172=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #976DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976DAC is #689253. Grayscale: #808080. Windows color (decimal): -6853204 or 11300247. OLE color: 11300247.

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

Color convert

RGB 151 109 172 -
CMYK 0.12 0.37 0 0.33
HSL 280º 0.28% 0.55% -
HSV(B) 280º 0.37% 0.67% -
XYZ 25.68 20.5 41.63 -
YUV 128.74 152.41 143.88 -
System Red Green Blue C M Y K H S L
Decimal 151 109 172 0.12 0.37 0 0.33 280 0.28 0.55
Hex 97 6D AC C 25 0 21 118 1C 37
Octal 227 155 254 14 45 0 41 430 34 67
Binary 10010111 1101101 10101100 1100 100101 0 100001 100011000 11100 110111

Color Harmonies of #976DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976DAC

Black with #976DAC

Text Example


Text Example

White with #976DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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