#89719B

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

Shades of Ce Soir #89719B

Tints of Ce Soir #89719B

Color information

#89719B (or 0x89719B) is unknown color: approx Ce Soir. HEX triplet: 89, 71 and 9B. RGB value is (137,113,155). Sum of RGB (Red+Green+Blue) = 137+113+155=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 155 - color contains mainly: blue. Hex color #89719B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89719B is #768E64. Grayscale: #7C7C7C. Windows color (decimal): -7769701 or 10187145. OLE color: 10187145.

HSL color Cylindrical-coordinate representation of color #89719B: hue angle of 274.29º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89719B is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB137113155-
CMYK0.120.2700.39
HSL274.29º17.36%52.55%-
HSV(B)274.29º27.1%60.78%-
XYZ22.1419.533.61-
YUV124.96144.95136.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.83%
GREEN value IS 113 (44.53% from 255) = 27.90%
BLUE value IS 155 (60.94% from 255) = 38.27%
R=33.83%
G=27.90%
B=38.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1371131550.120.2700.39274.2917.3652.55
Hex89719BC1B0271121135
Octal21116123314330474222165
Binary10001001111000110011011110011011010011110001001010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89719B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89719B; }

 p { color: rgb(137,113,155); }

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

<style>
 a { background-color: #89719B; }

 a { background-color: rgb(137,113,155); }

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

<style>
 span { border-color: #89719B; }

 span { border-color: rgb(137,113,155); }

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