#897292

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

Shades of Ce Soir #897292

Tints of Ce Soir #897292

Color information

#897292 (or 0x897292) is unknown color: approx Ce Soir. HEX triplet: 89, 72 and 92. RGB value is (137,114,146). Sum of RGB (Red+Green+Blue) = 137+114+146=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 146 - color contains mainly: blue. Hex color #897292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897292 is #768D6D. Grayscale: #7C7C7C. Windows color (decimal): -7769454 or 9597577. OLE color: 9597577.

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

Color convert

RGB137114146-
CMYK0.060.2200.43
HSL283.12º12.8%50.98%-
HSV(B)283.12º21.92%57.25%-
XYZ21.5219.4329.81-
YUV124.52140.12136.9-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.51%
GREEN value IS 114 (44.92% from 255) = 28.72%
BLUE value IS 146 (57.42% from 255) = 36.78%
R=34.51%
G=28.72%
B=36.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371141460.060.2200.43283.1212.850.98
Hex89729261602B11bd33
Octal2111622226260534331563
Binary100010011110010100100101101011001010111000110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897292; }

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

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

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

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

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

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

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

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