#89779A

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

Shades of Ce Soir #89779A

Tints of Ce Soir #89779A

Color information

#89779A (or 0x89779A) is unknown color: approx Ce Soir. HEX triplet: 89, 77 and 9A. RGB value is (137,119,154). Sum of RGB (Red+Green+Blue) = 137+119+154=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 154 - color contains mainly: blue. Hex color #89779A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89779A is #768865. Grayscale: #808080. Windows color (decimal): -7768166 or 10123145. OLE color: 10123145.

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

Color convert

RGB137119154-
CMYK0.110.2300.40
HSL270.86º14.77%53.53%-
HSV(B)270.86º22.73%60.39%-
XYZ22.7520.8533.4-
YUV128.37142.46134.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.41%
GREEN value IS 119 (46.88% from 255) = 29.02%
BLUE value IS 154 (60.55% from 255) = 37.56%
R=33.41%
G=29.02%
B=37.56%

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
Decimal1371191540.110.2300.40270.8614.7753.53
Hex89779AB1702810ff36
Octal21116723213270504171766
Binary1000100111101111001101010111011101010001000011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89779A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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