#89769A

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

Shades of Ce Soir #89769A

Tints of Ce Soir #89769A

Color information

#89769A (or 0x89769A) is unknown color: approx Ce Soir. HEX triplet: 89, 76 and 9A. RGB value is (137,118,154). Sum of RGB (Red+Green+Blue) = 137+118+154=409 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.50% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 154 - color contains mainly: blue. Hex color #89769A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89769A is #768965. Grayscale: #7F7F7F. Windows color (decimal): -7768422 or 10122889. OLE color: 10122889.

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

Color convert

RGB137118154-
CMYK0.110.2300.40
HSL271.67º15.13%53.33%-
HSV(B)271.67º23.38%60.39%-
XYZ22.6320.6133.36-
YUV127.78142.79134.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.50%
GREEN value IS 118 (46.48% from 255) = 28.85%
BLUE value IS 154 (60.55% from 255) = 37.65%
R=33.50%
G=28.85%
B=37.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1371181540.110.2300.40271.6715.1353.33
Hex89769AB17028110f35
Octal21116623213270504201765
Binary1000100111101101001101010111011101010001000100001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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