Html Css Color HEX #897D9F Deluge

📋 copy color: '#897D9F'

red 137 ◦ green 125 ◦ blue 159

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

Shades of Deluge #897D9F

Tints of Deluge #897D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.77%

R = 32.54%
G = 29.69%
B = 37.77%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#897D9F (or 0x897D9F) is known color: Deluge. HEX triplet: 89, 7D and 9F. RGB value is (137,125,159). Sum of RGB (Red+Green+Blue) = 137+125+159=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 159 - color contains mainly: blue. Hex color #897D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897D9F is #768260. Grayscale: #848484. Windows color (decimal): -7766625 or 10452361. OLE color: 10452361.

HSL color Cylindrical-coordinate representation of color #897D9F: hue angle of 261.18º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #897D9F is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 125 159 -
CMYK 0.14 0.21 0 0.38
HSL 261.18º 0.15% 0.56% -
HSV(B) 261.18º 0.21% 0.62% -
XYZ 23.91 22.49 35.88 -
YUV 132.46 142.98 131.24 -
System Red Green Blue C M Y K H S L
Decimal 137 125 159 0.14 0.21 0 0.38 261.18 0.15 0.56
Hex 89 7D 9F E 15 0 26 105 F 38
Octal 211 175 237 16 25 0 46 405 17 70
Binary 10001001 1111101 10011111 1110 10101 0 100110 100000101 1111 111000

Color Harmonies of #897D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897D9F

Black with #897D9F

Text Example


Text Example

White with #897D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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