Html Css Color HEX #976EB2 Ce Soir

📋 copy color: '#976EB2'

red 151 ◦ green 110 ◦ blue 178

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

Shades of Ce Soir #976EB2

Tints of Ce Soir #976EB2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.06%

 BLUE value IS 178 (69.92% from 255) = 40.55%

R = 34.4%
G = 25.06%
B = 40.55%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#976EB2 (or 0x976EB2) is known color: Ce Soir. HEX triplet: 97, 6E and B2. RGB value is (151,110,178). Sum of RGB (Red+Green+Blue) = 151+110+178=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 178 - color contains mainly: blue. Hex color #976EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976EB2 is #68914D. Grayscale: #818181. Windows color (decimal): -6852942 or 11693719. OLE color: 11693719.

HSL color Cylindrical-coordinate representation of color #976EB2: hue angle of 276.18º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #976EB2 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 151 110 178 -
CMYK 0.15 0.38 0 0.30
HSL 276.18º 0.31% 0.56% -
HSV(B) 276.18º 0.38% 0.7% -
XYZ 26.37 20.95 44.77 -
YUV 130.01 155.08 142.97 -
System Red Green Blue C M Y K H S L
Decimal 151 110 178 0.15 0.38 0 0.30 276.18 0.31 0.56
Hex 97 6E B2 F 26 0 1E 114 1F 38
Octal 227 156 262 17 46 0 36 424 37 70
Binary 10010111 1101110 10110010 1111 100110 0 11110 100010100 11111 111000

Color Harmonies of #976EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976EB2

Black with #976EB2

Text Example


Text Example

White with #976EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,110,178); }

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

background-color css

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

 a { background-color: rgb(151,110,178); }

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

border-color css

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

 span { border-color: rgb(151,110,178); }

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