#897492

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

Shades of Ce Soir #897492

Tints of Ce Soir #897492

Color information

#897492 (or 0x897492) is unknown color: approx Ce Soir. HEX triplet: 89, 74 and 92. RGB value is (137,116,146). Sum of RGB (Red+Green+Blue) = 137+116+146=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 146 - color contains mainly: blue. Hex color #897492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897492 is #768B6D. Grayscale: #7D7D7D. Windows color (decimal): -7768942 or 9598089. OLE color: 9598089.

HSL color Cylindrical-coordinate representation of color #897492: hue angle of 282º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #897492 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB137116146-
CMYK0.060.2100.43
HSL282º12.1%51.37%-
HSV(B)282º20.55%57.25%-
XYZ21.7519.8829.89-
YUV125.7139.46136.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.34%
GREEN value IS 116 (45.70% from 255) = 29.07%
BLUE value IS 146 (57.42% from 255) = 36.59%
R=34.34%
G=29.07%
B=36.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371161460.060.2100.4328212.151.37
Hex89749261502B11ac33
Octal2111642226250534321463
Binary100010011110100100100101101010101010111000110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897492; }

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

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

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

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

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

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

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

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