#89759C

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

Shades of Ce Soir #89759C

Tints of Ce Soir #89759C

Color information

#89759C (or 0x89759C) is unknown color: approx Ce Soir. HEX triplet: 89, 75 and 9C. RGB value is (137,117,156). Sum of RGB (Red+Green+Blue) = 137+117+156=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 156 - color contains mainly: blue. Hex color #89759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89759C is #768A63. Grayscale: #7F7F7F. Windows color (decimal): -7768676 or 10253705. OLE color: 10253705.

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

Color convert

RGB137117156-
CMYK0.120.2500.39
HSL270.77º16.46%53.53%-
HSV(B)270.77º25%61.18%-
XYZ22.6820.4434.2-
YUV127.43144.13134.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.41%
GREEN value IS 117 (46.09% from 255) = 28.54%
BLUE value IS 156 (61.33% from 255) = 38.05%
R=33.41%
G=28.54%
B=38.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1371171560.120.2500.39270.7716.4653.53
Hex89759CC1902710f1036
Octal21116523414310474172066
Binary10001001111010110011100110011001010011110000111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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