#976BAA

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

Shades of Ce Soir #976BAA

Tints of Ce Soir #976BAA

Color information

#976BAA (or 0x976BAA) is unknown color: approx Ce Soir. HEX triplet: 97, 6B and AA. RGB value is (151,107,170). Sum of RGB (Red+Green+Blue) = 151+107+170=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #976BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976BAA is #689455. Grayscale: #7F7F7F. Windows color (decimal): -6853718 or 11168663. OLE color: 11168663.

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

Color convert

RGB151107170-
CMYK0.110.3700.33
HSL281.9º27.04%54.31%-
HSV(B)281.9º37.06%66.67%-
XYZ25.282040.56-
YUV127.34152.08144.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.28%
GREEN value IS 107 (42.19% from 255) = 25%
BLUE value IS 170 (66.80% from 255) = 39.72%
R=35.28%
G=25%
B=39.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511071700.110.3700.33281.927.0454.31
Hex976BAAB2502111a1b36
Octal22715325213450414323366
Binary100101111101011101010101011100101010000110001101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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