#976FAA

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

Shades of Ce Soir #976FAA

Tints of Ce Soir #976FAA

Color information

#976FAA (or 0x976FAA) is unknown color: approx Ce Soir. HEX triplet: 97, 6F and AA. RGB value is (151,111,170). Sum of RGB (Red+Green+Blue) = 151+111+170=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #976FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976FAA is #689055. Grayscale: #818181. Windows color (decimal): -6852694 or 11169687. OLE color: 11169687.

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

Color convert

RGB151111170-
CMYK0.110.3500.33
HSL280.68º25.76%55.1%-
HSV(B)280.68º34.71%66.67%-
XYZ25.720.8540.7-
YUV129.69150.75143.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.95%
GREEN value IS 111 (43.75% from 255) = 25.69%
BLUE value IS 170 (66.80% from 255) = 39.35%
R=34.95%
G=25.69%
B=39.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511111700.110.3500.33280.6825.7655.1
Hex976FAAB230211191a37
Octal22715725213430414313267
Binary100101111101111101010101011100011010000110001100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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