#976FA5

Color #976FA5 Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #976FA5

Tints of Ce Soir #976FA5

Color information

#976FA5 (or 0x976FA5) is unknown color: approx Ce Soir. HEX triplet: 97, 6F and A5. RGB value is (151,111,165). Sum of RGB (Red+Green+Blue) = 151+111+165=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 165 (64.84% from 255 or 38.64% from 427); Max value from RGB is 165 - color contains mainly: blue. Hex color #976FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976FA5 is #68905A. Grayscale: #808080. Windows color (decimal): -6852699 or 10842007. OLE color: 10842007.

HSL color Cylindrical-coordinate representation of color #976FA5: hue angle of 284.44º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #976FA5 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB151111165-
CMYK0.080.3300.35
HSL284.44º23.08%54.12%-
HSV(B)284.44º32.73%64.71%-
XYZ25.2420.6638.26-
YUV129.12148.25143.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.36%
GREEN value IS 111 (43.75% from 255) = 26.00%
BLUE value IS 165 (64.84% from 255) = 38.64%
R=35.36%
G=26.00%
B=38.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1511111650.080.3300.35284.4423.0854.12
Hex976FA582102311c1736
Octal22715724510410434342766
Binary100101111101111101001011000100001010001110001110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,111,165); }

 H1.HeaderClassName
 {
   color: #976FA5;
 }
 .AnyTagClassName
 {
   color: #976FA5;
 }
</style>
background-color css

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

 a { background-color: rgb(151,111,165); }

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

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

 span { border-color: rgb(151,111,165); }

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