#897BB0

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

Shades of Deluge #897BB0

Tints of Deluge #897BB0

Color information

#897BB0 (or 0x897BB0) is unknown color: approx Deluge. HEX triplet: 89, 7B and B0. RGB value is (137,123,176). Sum of RGB (Red+Green+Blue) = 137+123+176=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 176 - color contains mainly: blue. Hex color #897BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897BB0 is #76844F. Grayscale: #858585. Windows color (decimal): -7767120 or 11565961. OLE color: 11565961.

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

Color convert

RGB137123176-
CMYK0.220.3000.31
HSL255.85º25.12%58.63%-
HSV(B)255.85º30.11%69.02%-
XYZ25.2422.6244.11-
YUV133.23152.14130.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.42%
GREEN value IS 123 (48.44% from 255) = 28.21%
BLUE value IS 176 (69.14% from 255) = 40.37%
R=31.42%
G=28.21%
B=40.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1371231760.220.3000.31255.8525.1258.63
Hex897BB0161E01F100193b
Octal21117326026360374003173
Binary10001001111101110110000101101111001111110000000011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,123,176); }

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

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

 a { background-color: rgb(137,123,176); }

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

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

 span { border-color: rgb(137,123,176); }

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