Html Css Color HEX #897F9E Deluge

📋 copy color: '#897F9E'

red 137 ◦ green 127 ◦ blue 158

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

Shades of Deluge #897F9E

Tints of Deluge #897F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.44%

R = 32.46%
G = 30.09%
B = 37.44%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#897F9E (or 0x897F9E) is known color: Deluge. HEX triplet: 89, 7F and 9E. RGB value is (137,127,158). Sum of RGB (Red+Green+Blue) = 137+127+158=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 158 - color contains mainly: blue. Hex color #897F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897F9E is #768061. Grayscale: #858585. Windows color (decimal): -7766114 or 10387337. OLE color: 10387337.

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

Color convert

RGB 137 127 158 -
CMYK 0.13 0.20 0 0.38
HSL 259.35º 0.14% 0.56% -
HSV(B) 259.35º 0.2% 0.62% -
XYZ 24.08 22.97 35.51 -
YUV 133.52 141.81 130.48 -
System Red Green Blue C M Y K H S L
Decimal 137 127 158 0.13 0.20 0 0.38 259.35 0.14 0.56
Hex 89 7F 9E D 14 0 26 103 E 38
Octal 211 177 236 15 24 0 46 403 16 70
Binary 10001001 1111111 10011110 1101 10100 0 100110 100000011 1110 111000

Color Harmonies of #897F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897F9E

Black with #897F9E

Text Example


Text Example

White with #897F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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