Html Css Color HEX #976EA0 Ce Soir

📋 copy color: '#976EA0'

red 151 ◦ green 110 ◦ blue 160

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

Shades of Ce Soir #976EA0

Tints of Ce Soir #976EA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38%

R = 35.87%
G = 26.13%
B = 38%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#976EA0 (or 0x976EA0) is known color: Ce Soir. HEX triplet: 97, 6E and A0. RGB value is (151,110,160). Sum of RGB (Red+Green+Blue) = 151+110+160=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 160 - color contains mainly: blue. Hex color #976EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976EA0 is #68915F. Grayscale: #7F7F7F. Windows color (decimal): -6852960 or 10514071. OLE color: 10514071.

HSL color Cylindrical-coordinate representation of color #976EA0: hue angle of 289.2º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #976EA0 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 151 110 160 -
CMYK 0.06 0.31 0 0.37
HSL 289.2º 0.21% 0.53% -
HSV(B) 289.2º 0.31% 0.63% -
XYZ 24.68 20.27 35.87 -
YUV 127.96 146.08 144.43 -
System Red Green Blue C M Y K H S L
Decimal 151 110 160 0.06 0.31 0 0.37 289.2 0.21 0.53
Hex 97 6E A0 6 1F 0 25 121 15 35
Octal 227 156 240 6 37 0 45 441 25 65
Binary 10010111 1101110 10100000 110 11111 0 100101 100100001 10101 110101

Color Harmonies of #976EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976EA0

Black with #976EA0

Text Example


Text Example

White with #976EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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