Html Css Color HEX #897D9B Deluge

📋 copy color: '#897D9B'

red 137 ◦ green 125 ◦ blue 155

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

Shades of Deluge #897D9B

Tints of Deluge #897D9B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.98%

 BLUE value IS 155 (60.94% from 255) = 37.17%

R = 32.85%
G = 29.98%
B = 37.17%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#897D9B (or 0x897D9B) is known color: Deluge. HEX triplet: 89, 7D and 9B. RGB value is (137,125,155). Sum of RGB (Red+Green+Blue) = 137+125+155=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 155 - color contains mainly: blue. Hex color #897D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897D9B is #768264. Grayscale: #838383. Windows color (decimal): -7766629 or 10190217. OLE color: 10190217.

HSL color Cylindrical-coordinate representation of color #897D9B: hue angle of 264º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #897D9B is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 125 155 -
CMYK 0.12 0.19 0 0.39
HSL 264º 0.13% 0.55% -
HSV(B) 264º 0.19% 0.61% -
XYZ 23.57 22.35 34.08 -
YUV 132.01 140.98 131.56 -
System Red Green Blue C M Y K H S L
Decimal 137 125 155 0.12 0.19 0 0.39 264 0.13 0.55
Hex 89 7D 9B C 13 0 27 108 D 37
Octal 211 175 233 14 23 0 47 410 15 67
Binary 10001001 1111101 10011011 1100 10011 0 100111 100001000 1101 110111

Color Harmonies of #897D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897D9B

Black with #897D9B

Text Example


Text Example

White with #897D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,125,155); }

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

background-color css

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

 a { background-color: rgb(137,125,155); }

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

border-color css

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

 span { border-color: rgb(137,125,155); }

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