#89759D

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

Shades of Ce Soir #89759D

Tints of Ce Soir #89759D

Color information

#89759D (or 0x89759D) is unknown color: approx Ce Soir. HEX triplet: 89, 75 and 9D. RGB value is (137,117,157). Sum of RGB (Red+Green+Blue) = 137+117+157=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 157 - color contains mainly: blue. Hex color #89759D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89759D is #768A62. Grayscale: #7F7F7F. Windows color (decimal): -7768675 or 10319241. OLE color: 10319241.

HSL color Cylindrical-coordinate representation of color #89759D: hue angle of 270º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #89759D is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB137117157-
CMYK0.130.2500.38
HSL270º16.95%53.73%-
HSV(B)270º25.48%61.57%-
XYZ22.7620.4834.65-
YUV127.54144.63134.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.33%
GREEN value IS 117 (46.09% from 255) = 28.47%
BLUE value IS 157 (61.72% from 255) = 38.20%
R=33.33%
G=28.47%
B=38.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371171570.130.2500.3827016.9553.73
Hex89759DD1902610e1136
Octal21116523515310464162166
Binary10001001111010110011101110111001010011010000111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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