#89709A

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

Shades of Ce Soir #89709A

Tints of Ce Soir #89709A

Color information

#89709A (or 0x89709A) is unknown color: approx Ce Soir. HEX triplet: 89, 70 and 9A. RGB value is (137,112,154). Sum of RGB (Red+Green+Blue) = 137+112+154=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 154 - color contains mainly: blue. Hex color #89709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89709A is #768F65. Grayscale: #7C7C7C. Windows color (decimal): -7769958 or 10121353. OLE color: 10121353.

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

Color convert

RGB137112154-
CMYK0.110.2700.40
HSL275.71º17.21%52.16%-
HSV(B)275.71º27.27%60.39%-
XYZ21.9419.2433.13-
YUV124.26144.78137.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.00%
GREEN value IS 112 (44.14% from 255) = 27.79%
BLUE value IS 154 (60.55% from 255) = 38.21%
R=34.00%
G=27.79%
B=38.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1371121540.110.2700.40275.7117.2152.16
Hex89709AB1B0281141134
Octal21116023213330504242164
Binary10001001111000010011010101111011010100010001010010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89709A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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