Html Css Color HEX #976BAC Ce Soir

📋 copy color: '#976BAC'

red 151 ◦ green 107 ◦ blue 172

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

Shades of Ce Soir #976BAC

Tints of Ce Soir #976BAC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.88%

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

R = 35.12%
G = 24.88%
B = 40%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#976BAC (or 0x976BAC) is known color: Ce Soir. HEX triplet: 97, 6B and AC. RGB value is (151,107,172). Sum of RGB (Red+Green+Blue) = 151+107+172=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #976BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976BAC is #689453. Grayscale: #7F7F7F. Windows color (decimal): -6853716 or 11299735. OLE color: 11299735.

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

Color convert

RGB 151 107 172 -
CMYK 0.12 0.38 0 0.33
HSL 280.62º 0.28% 0.55% -
HSV(B) 280.62º 0.38% 0.67% -
XYZ 25.47 20.07 41.56 -
YUV 127.57 153.08 144.71 -
System Red Green Blue C M Y K H S L
Decimal 151 107 172 0.12 0.38 0 0.33 280.62 0.28 0.55
Hex 97 6B AC C 26 0 21 119 1C 37
Octal 227 153 254 14 46 0 41 431 34 67
Binary 10010111 1101011 10101100 1100 100110 0 100001 100011001 11100 110111

Color Harmonies of #976BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976BAC

Black with #976BAC

Text Example


Text Example

White with #976BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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