#897290

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

Shades of Ce Soir #897290

Tints of Ce Soir #897290

Color information

#897290 (or 0x897290) is unknown color: approx Ce Soir. HEX triplet: 89, 72 and 90. RGB value is (137,114,144). Sum of RGB (Red+Green+Blue) = 137+114+144=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 144 - color contains mainly: blue. Hex color #897290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897290 is #768D6F. Grayscale: #7C7C7C. Windows color (decimal): -7769456 or 9466505. OLE color: 9466505.

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

Color convert

RGB137114144-
CMYK0.050.2100.44
HSL286º11.9%50.59%-
HSV(B)286º20.83%56.47%-
XYZ21.3719.3729-
YUV124.3139.12137.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.68%
GREEN value IS 114 (44.92% from 255) = 28.86%
BLUE value IS 144 (56.64% from 255) = 36.46%
R=34.68%
G=28.86%
B=36.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371141440.050.2100.4428611.950.59
Hex89729051502C11ec33
Octal2111622205250544361463
Binary100010011110010100100001011010101011001000111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897290; }

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

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

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

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

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

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

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

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