#897198

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

Shades of Ce Soir #897198

Tints of Ce Soir #897198

Color information

#897198 (or 0x897198) is unknown color: approx Ce Soir. HEX triplet: 89, 71 and 98. RGB value is (137,113,152). Sum of RGB (Red+Green+Blue) = 137+113+152=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 152 - color contains mainly: blue. Hex color #897198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897198 is #768E67. Grayscale: #7C7C7C. Windows color (decimal): -7769704 or 9990537. OLE color: 9990537.

HSL color Cylindrical-coordinate representation of color #897198: hue angle of 276.92º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #897198 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB137113152-
CMYK0.100.2600.40
HSL276.92º15.92%51.96%-
HSV(B)276.92º25.66%59.61%-
XYZ21.8919.432.3-
YUV124.62143.45136.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.08%
GREEN value IS 113 (44.53% from 255) = 28.11%
BLUE value IS 152 (59.77% from 255) = 37.81%
R=34.08%
G=28.11%
B=37.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1371131520.100.2600.40276.9215.9251.96
Hex897198A1A0281151034
Octal21116123012320504252064
Binary10001001111000110011000101011010010100010001010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897198; }

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

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

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

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

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

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

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

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