Html Css Color HEX #897EA7 Deluge

📋 copy color: '#897EA7'

red 137 ◦ green 126 ◦ blue 167

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

Shades of Deluge #897EA7

Tints of Deluge #897EA7

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.3%

 BLUE value IS 167 (65.63% from 255) = 38.84%

R = 31.86%
G = 29.3%
B = 38.84%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#897EA7 (or 0x897EA7) is known color: Deluge. HEX triplet: 89, 7E and A7. RGB value is (137,126,167). Sum of RGB (Red+Green+Blue) = 137+126+167=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 167 (65.62% from 255 or 38.84% from 430); Max value from RGB is 167 - color contains mainly: blue. Hex color #897EA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897EA7 is #768158. Grayscale: #858585. Windows color (decimal): -7766361 or 10976905. OLE color: 10976905.

HSL color Cylindrical-coordinate representation of color #897EA7: hue angle of 256.1º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #897EA7 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 137 126 167 -
CMYK 0.18 0.25 0 0.35
HSL 256.1º 0.19% 0.57% -
HSV(B) 256.1º 0.25% 0.65% -
XYZ 24.75 23.03 39.7 -
YUV 133.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 137 126 167 0.18 0.25 0 0.35 256.1 0.19 0.57
Hex 89 7E A7 12 19 0 23 100 13 39
Octal 211 176 247 22 31 0 43 400 23 71
Binary 10001001 1111110 10100111 10010 11001 0 100011 100000000 10011 111001

Color Harmonies of #897EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897EA7

Black with #897EA7

Text Example


Text Example

White with #897EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,126,167); }

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

background-color css

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

 a { background-color: rgb(137,126,167); }

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

border-color css

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

 span { border-color: rgb(137,126,167); }

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