#897FB2

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

Shades of Deluge #897FB2

Tints of Deluge #897FB2

Color information

#897FB2 (or 0x897FB2) is unknown color: approx Deluge. HEX triplet: 89, 7F and B2. RGB value is (137,127,178). Sum of RGB (Red+Green+Blue) = 137+127+178=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 178 - color contains mainly: blue. Hex color #897FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897FB2 is #76804D. Grayscale: #878787. Windows color (decimal): -7766094 or 11698057. OLE color: 11698057.

HSL color Cylindrical-coordinate representation of color #897FB2: hue angle of 251.76º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #897FB2 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB137127178-
CMYK0.230.2900.30
HSL251.76º24.88%59.8%-
HSV(B)251.76º28.65%69.8%-
XYZ25.9423.7145.33-
YUV135.8151.81128.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.00%
GREEN value IS 127 (50% from 255) = 28.73%
BLUE value IS 178 (69.92% from 255) = 40.27%
R=31.00%
G=28.73%
B=40.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1371271780.230.2900.30251.7624.8859.8
Hex897FB2171D01Efc193c
Octal21117726227350363743174
Binary1000100111111111011001010111111010111101111110011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,127,178); }

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

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

 a { background-color: rgb(137,127,178); }

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

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

 span { border-color: rgb(137,127,178); }

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