#89769C

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

Shades of Ce Soir #89769C

Tints of Ce Soir #89769C

Color information

#89769C (or 0x89769C) is unknown color: approx Ce Soir. HEX triplet: 89, 76 and 9C. RGB value is (137,118,156). Sum of RGB (Red+Green+Blue) = 137+118+156=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 156 - color contains mainly: blue. Hex color #89769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89769C is #768963. Grayscale: #7F7F7F. Windows color (decimal): -7768420 or 10253961. OLE color: 10253961.

HSL color Cylindrical-coordinate representation of color #89769C: hue angle of 270º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #89769C is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB137118156-
CMYK0.120.2400.39
HSL270º16.1%53.73%-
HSV(B)270º24.36%61.18%-
XYZ22.820.6834.24-
YUV128.01143.79134.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.33%
GREEN value IS 118 (46.48% from 255) = 28.71%
BLUE value IS 156 (61.33% from 255) = 37.96%
R=33.33%
G=28.71%
B=37.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1371181560.120.2400.3927016.153.73
Hex89769CC1802710e1036
Octal21116623414300474162066
Binary10001001111011010011100110011000010011110000111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89769C; }

 p { color: rgb(137,118,156); }

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

<style>
 a { background-color: #89769C; }

 a { background-color: rgb(137,118,156); }

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

<style>
 span { border-color: #89769C; }

 span { border-color: rgb(137,118,156); }

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