#89708F

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

Shades of Ce Soir #89708F

Tints of Ce Soir #89708F

Color information

#89708F (or 0x89708F) is unknown color: approx Ce Soir. HEX triplet: 89, 70 and 8F. RGB value is (137,112,143). Sum of RGB (Red+Green+Blue) = 137+112+143=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 143 - color contains mainly: blue. Hex color #89708F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89708F is #768F70. Grayscale: #7A7A7A. Windows color (decimal): -7769969 or 9400457. OLE color: 9400457.

HSL color Cylindrical-coordinate representation of color #89708F: hue angle of 288.39º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #89708F is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB137112143-
CMYK0.040.2200.44
HSL288.39º12.16%50%-
HSV(B)288.39º21.68%56.08%-
XYZ21.0718.8928.52-
YUV123.01139.28137.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.95%
GREEN value IS 112 (44.14% from 255) = 28.57%
BLUE value IS 143 (56.25% from 255) = 36.48%
R=34.95%
G=28.57%
B=36.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371121430.040.2200.44288.3912.1650
Hex89708F41602C120c32
Octal2111602174260544401462
Binary100010011110000100011111001011001011001001000001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89708F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89708F; }

 p { color: rgb(137,112,143); }

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

<style>
 a { background-color: #89708F; }

 a { background-color: rgb(137,112,143); }

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

<style>
 span { border-color: #89708F; }

 span { border-color: rgb(137,112,143); }

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