#976CAD

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

Shades of Ce Soir #976CAD

Tints of Ce Soir #976CAD

Color information

#976CAD (or 0x976CAD) is unknown color: approx Ce Soir. HEX triplet: 97, 6C and AD. RGB value is (151,108,173). Sum of RGB (Red+Green+Blue) = 151+108+173=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #976CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976CAD is #689352. Grayscale: #808080. Windows color (decimal): -6853459 or 11365527. OLE color: 11365527.

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

Color convert

RGB151108173-
CMYK0.130.3800.32
HSL279.69º28.38%55.1%-
HSV(B)279.69º37.57%67.84%-
XYZ25.6720.3242.1-
YUV128.27153.25144.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.95%
GREEN value IS 108 (42.58% from 255) = 25%
BLUE value IS 173 (67.97% from 255) = 40.05%
R=34.95%
G=25%
B=40.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511081730.130.3800.32279.6928.3855.1
Hex976CADD260201181c37
Octal22715425515460404303467
Binary100101111101100101011011101100110010000010001100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,108,173); }

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

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

 a { background-color: rgb(151,108,173); }

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

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

 span { border-color: rgb(151,108,173); }

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