#897194

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

Shades of Ce Soir #897194

Tints of Ce Soir #897194

Color information

#897194 (or 0x897194) is unknown color: approx Ce Soir. HEX triplet: 89, 71 and 94. RGB value is (137,113,148). Sum of RGB (Red+Green+Blue) = 137+113+148=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 148 - color contains mainly: blue. Hex color #897194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897194 is #768E6B. Grayscale: #7C7C7C. Windows color (decimal): -7769708 or 9728393. OLE color: 9728393.

HSL color Cylindrical-coordinate representation of color #897194: hue angle of 281.14º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #897194 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB137113148-
CMYK0.070.2400.42
HSL281.14º14.06%51.18%-
HSV(B)281.14º23.65%58.04%-
XYZ21.5719.2730.6-
YUV124.17141.45137.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.42%
GREEN value IS 113 (44.53% from 255) = 28.39%
BLUE value IS 148 (58.20% from 255) = 37.19%
R=34.42%
G=28.39%
B=37.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371131480.070.2400.42281.1414.0651.18
Hex89719471802A119e33
Octal2111612247300524311663
Binary100010011110001100101001111100001010101000110011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897194; }

 p { color: rgb(137,113,148); }

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

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

 a { background-color: rgb(137,113,148); }

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

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

 span { border-color: rgb(137,113,148); }

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