#89749A

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

Shades of Ce Soir #89749A

Tints of Ce Soir #89749A

Color information

#89749A (or 0x89749A) is unknown color: approx Ce Soir. HEX triplet: 89, 74 and 9A. RGB value is (137,116,154). Sum of RGB (Red+Green+Blue) = 137+116+154=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 154 - color contains mainly: blue. Hex color #89749A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89749A is #768B65. Grayscale: #7E7E7E. Windows color (decimal): -7768934 or 10122377. OLE color: 10122377.

HSL color Cylindrical-coordinate representation of color #89749A: hue angle of 273.16º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #89749A is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB137116154-
CMYK0.110.2500.40
HSL273.16º15.83%52.94%-
HSV(B)273.16º24.68%60.39%-
XYZ22.3920.1433.28-
YUV126.61143.46135.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.66%
GREEN value IS 116 (45.70% from 255) = 28.50%
BLUE value IS 154 (60.55% from 255) = 37.84%
R=33.66%
G=28.50%
B=37.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1371161540.110.2500.40273.1615.8352.94
Hex89749AB190281111035
Octal21116423213310504212065
Binary10001001111010010011010101111001010100010001000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89749A; }

 p { color: rgb(137,116,154); }

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

<style>
 a { background-color: #89749A; }

 a { background-color: rgb(137,116,154); }

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

<style>
 span { border-color: #89749A; }

 span { border-color: rgb(137,116,154); }

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