Html Css Color HEX #897FA1 Deluge

📋 copy color: '#897FA1'

red 137 ◦ green 127 ◦ blue 161

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

Shades of Deluge #897FA1

Tints of Deluge #897FA1

RGB

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

 GREEN value IS 127 (50% from 255) = 29.88%

 BLUE value IS 161 (63.28% from 255) = 37.88%

R = 32.24%
G = 29.88%
B = 37.88%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#897FA1 (or 0x897FA1) is known color: Deluge. HEX triplet: 89, 7F and A1. RGB value is (137,127,161). Sum of RGB (Red+Green+Blue) = 137+127+161=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 161 - color contains mainly: blue. Hex color #897FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897FA1 is #76805E. Grayscale: #858585. Windows color (decimal): -7766111 or 10583945. OLE color: 10583945.

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

Color convert

RGB 137 127 161 -
CMYK 0.15 0.21 0 0.37
HSL 257.65º 0.15% 0.56% -
HSV(B) 257.65º 0.21% 0.63% -
XYZ 24.34 23.07 36.89 -
YUV 133.87 143.31 130.24 -
System Red Green Blue C M Y K H S L
Decimal 137 127 161 0.15 0.21 0 0.37 257.65 0.15 0.56
Hex 89 7F A1 F 15 0 25 102 F 38
Octal 211 177 241 17 25 0 45 402 17 70
Binary 10001001 1111111 10100001 1111 10101 0 100101 100000010 1111 111000

Color Harmonies of #897FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897FA1

Black with #897FA1

Text Example


Text Example

White with #897FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,127,161); }

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

background-color css

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

 a { background-color: rgb(137,127,161); }

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

border-color css

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

 span { border-color: rgb(137,127,161); }

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