Html Css Color HEX #897F9C Deluge

📋 copy color: '#897F9C'

red 137 ◦ green 127 ◦ blue 156

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

Shades of Deluge #897F9C

Tints of Deluge #897F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.14%

R = 32.62%
G = 30.24%
B = 37.14%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#897F9C (or 0x897F9C) is known color: Deluge. HEX triplet: 89, 7F and 9C. RGB value is (137,127,156). Sum of RGB (Red+Green+Blue) = 137+127+156=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 156 - color contains mainly: blue. Hex color #897F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897F9C is #768063. Grayscale: #858585. Windows color (decimal): -7766116 or 10256265. OLE color: 10256265.

HSL color Cylindrical-coordinate representation of color #897F9C: hue angle of 260.69º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #897F9C is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 127 156 -
CMYK 0.12 0.19 0 0.39
HSL 260.69º 0.13% 0.55% -
HSV(B) 260.69º 0.19% 0.61% -
XYZ 23.91 22.9 34.61 -
YUV 133.3 140.81 130.64 -
System Red Green Blue C M Y K H S L
Decimal 137 127 156 0.12 0.19 0 0.39 260.69 0.13 0.55
Hex 89 7F 9C C 13 0 27 105 D 37
Octal 211 177 234 14 23 0 47 405 15 67
Binary 10001001 1111111 10011100 1100 10011 0 100111 100000101 1101 110111

Color Harmonies of #897F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897F9C

Black with #897F9C

Text Example


Text Example

White with #897F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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