Html Css Color HEX #897B9C Deluge

📋 copy color: '#897B9C'

red 137 ◦ green 123 ◦ blue 156

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

Shades of Deluge #897B9C

Tints of Deluge #897B9C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.57%

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

R = 32.93%
G = 29.57%
B = 37.5%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#897B9C (or 0x897B9C) is known color: Deluge. HEX triplet: 89, 7B and 9C. RGB value is (137,123,156). Sum of RGB (Red+Green+Blue) = 137+123+156=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 156 - color contains mainly: blue. Hex color #897B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897B9C is #768463. Grayscale: #828282. Windows color (decimal): -7767140 or 10255241. OLE color: 10255241.

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

Color convert

RGB 137 123 156 -
CMYK 0.12 0.21 0 0.39
HSL 265.45º 0.14% 0.55% -
HSV(B) 265.45º 0.21% 0.61% -
XYZ 23.4 21.88 34.44 -
YUV 130.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 137 123 156 0.12 0.21 0 0.39 265.45 0.14 0.55
Hex 89 7B 9C C 15 0 27 109 E 37
Octal 211 173 234 14 25 0 47 411 16 67
Binary 10001001 1111011 10011100 1100 10101 0 100111 100001001 1110 110111

Color Harmonies of #897B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897B9C

Black with #897B9C

Text Example


Text Example

White with #897B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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