Html Css Color HEX #897CA0 Deluge

📋 copy color: '#897CA0'

red 137 ◦ green 124 ◦ blue 160

#897CA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #897CA0

Tints of Deluge #897CA0

RGB

 RED value IS 137 (53.91% from 255) = 32.54%

 GREEN value IS 124 (48.83% from 255) = 29.45%

 BLUE value IS 160 (62.89% from 255) = 38%

R = 32.54%
G = 29.45%
B = 38%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#897CA0 (or 0x897CA0) is known color: Deluge. HEX triplet: 89, 7C and A0. RGB value is (137,124,160). Sum of RGB (Red+Green+Blue) = 137+124+160=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 160 - color contains mainly: blue. Hex color #897CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897CA0 is #76835F. Grayscale: #838383. Windows color (decimal): -7766880 or 10517641. OLE color: 10517641.

HSL color Cylindrical-coordinate representation of color #897CA0: hue angle of 261.67º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #897CA0 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 137 124 160 -
CMYK 0.14 0.22 0 0.37
HSL 261.67º 0.16% 0.56% -
HSV(B) 261.67º 0.23% 0.63% -
XYZ 23.87 22.27 36.3 -
YUV 131.99 143.81 131.57 -
System Red Green Blue C M Y K H S L
Decimal 137 124 160 0.14 0.22 0 0.37 261.67 0.16 0.56
Hex 89 7C A0 E 16 0 25 106 10 38
Octal 211 174 240 16 26 0 45 406 20 70
Binary 10001001 1111100 10100000 1110 10110 0 100101 100000110 10000 111000

Color Harmonies of #897CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897CA0

Black with #897CA0

Text Example


Text Example

White with #897CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,124,160); }

 H1.HeaderClassName
 {
   color: #897CA0;
 }
 .AnyTagClassName
 {
   color: #897CA0;
 }
</style>

background-color css

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

 a { background-color: rgb(137,124,160); }

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

border-color css

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

 span { border-color: rgb(137,124,160); }

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