Html Css Color HEX #897DAE Deluge

📋 copy color: '#897DAE'

red 137 ◦ green 125 ◦ blue 174

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

Shades of Deluge #897DAE

Tints of Deluge #897DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.91%

R = 31.42%
G = 28.67%
B = 39.91%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#897DAE (or 0x897DAE) is known color: Deluge. HEX triplet: 89, 7D and AE. RGB value is (137,125,174). Sum of RGB (Red+Green+Blue) = 137+125+174=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #897DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897DAE is #768251. Grayscale: #858585. Windows color (decimal): -7766610 or 11435401. OLE color: 11435401.

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

Color convert

RGB 137 125 174 -
CMYK 0.21 0.28 0 0.32
HSL 254.69º 0.23% 0.59% -
HSV(B) 254.69º 0.28% 0.68% -
XYZ 25.29 23.04 43.16 -
YUV 134.17 150.48 130.02 -
System Red Green Blue C M Y K H S L
Decimal 137 125 174 0.21 0.28 0 0.32 254.69 0.23 0.59
Hex 89 7D AE 15 1C 0 20 FF 17 3B
Octal 211 175 256 25 34 0 40 377 27 73
Binary 10001001 1111101 10101110 10101 11100 0 100000 11111111 10111 111011

Color Harmonies of #897DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897DAE

Black with #897DAE

Text Example


Text Example

White with #897DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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