#89699D

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

Shades of Ce Soir #89699D

Tints of Ce Soir #89699D

Color information

#89699D (or 0x89699D) is unknown color: approx Ce Soir. HEX triplet: 89, 69 and 9D. RGB value is (137,105,157). Sum of RGB (Red+Green+Blue) = 137+105+157=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #89699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89699D is #769662. Grayscale: #787878. Windows color (decimal): -7771747 or 10316169. OLE color: 10316169.

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

Color convert

RGB137105157-
CMYK0.130.3300.38
HSL276.92º20.97%51.37%-
HSV(B)276.92º33.12%61.57%-
XYZ21.4517.8634.21-
YUV120.5148.6139.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.34%
GREEN value IS 105 (41.41% from 255) = 26.32%
BLUE value IS 157 (61.72% from 255) = 39.35%
R=34.34%
G=26.32%
B=39.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371051570.130.3300.38276.9220.9751.37
Hex89699DD210261151533
Octal21115123515410464252563
Binary100010011101001100111011101100001010011010001010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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