#897BB4

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

Shades of Deluge #897BB4

Tints of Deluge #897BB4

Color information

#897BB4 (or 0x897BB4) is unknown color: approx Deluge. HEX triplet: 89, 7B and B4. RGB value is (137,123,180). Sum of RGB (Red+Green+Blue) = 137+123+180=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 180 - color contains mainly: blue. Hex color #897BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897BB4 is #76844B. Grayscale: #858585. Windows color (decimal): -7767116 or 11828105. OLE color: 11828105.

HSL color Cylindrical-coordinate representation of color #897BB4: hue angle of 254.74º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #897BB4 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB137123180-
CMYK0.240.3200.29
HSL254.74º27.54%59.41%-
HSV(B)254.74º31.67%70.59%-
XYZ25.6422.7846.23-
YUV133.68154.14130.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.14%
GREEN value IS 123 (48.44% from 255) = 27.95%
BLUE value IS 180 (70.70% from 255) = 40.91%
R=31.14%
G=27.95%
B=40.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1371231800.240.3200.29254.7427.5459.41
Hex897BB4182001Dff1c3b
Octal21117326430400353773473
Binary10001001111101110110100110001000000111011111111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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