#897EAF

Color #897EAF Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #897EAF

Tints of Deluge #897EAF

Color information

#897EAF (or 0x897EAF) is unknown color: approx Deluge. HEX triplet: 89, 7E and AF. RGB value is (137,126,175). Sum of RGB (Red+Green+Blue) = 137+126+175=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #897EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897EAF is #768150. Grayscale: #868686. Windows color (decimal): -7766353 or 11501193. OLE color: 11501193.

HSL color Cylindrical-coordinate representation of color #897EAF: hue angle of 253.47º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #897EAF is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB137126175-
CMYK0.220.2800.31
HSL253.47º23.44%59.02%-
HSV(B)253.47º28%68.63%-
XYZ25.5223.3443.72-
YUV134.87150.64129.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.28%
GREEN value IS 126 (49.61% from 255) = 28.77%
BLUE value IS 175 (68.75% from 255) = 39.95%
R=31.28%
G=28.77%
B=39.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1371261750.220.2800.31253.4723.4459.02
Hex897EAF161C01Ffd173b
Octal21117625726340373752773
Binary1000100111111101010111110110111000111111111110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897EAF; }

 p { color: rgb(137,126,175); }

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

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

 a { background-color: rgb(137,126,175); }

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

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

 span { border-color: rgb(137,126,175); }

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