Html Css Color HEX #897A9C Deluge

📋 copy color: '#897A9C'

red 137 ◦ green 122 ◦ blue 156

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

Shades of Deluge #897A9C

Tints of Deluge #897A9C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.4%

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

R = 33.01%
G = 29.4%
B = 37.59%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#897A9C (or 0x897A9C) is known color: Deluge. HEX triplet: 89, 7A and 9C. RGB value is (137,122,156). Sum of RGB (Red+Green+Blue) = 137+122+156=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 156 - color contains mainly: blue. Hex color #897A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897A9C is #768563. Grayscale: #828282. Windows color (decimal): -7767396 or 10254985. OLE color: 10254985.

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

Color convert

RGB 137 122 156 -
CMYK 0.12 0.22 0 0.39
HSL 266.47º 0.15% 0.55% -
HSV(B) 266.47º 0.22% 0.61% -
XYZ 23.28 21.64 34.4 -
YUV 130.36 142.47 132.74 -
System Red Green Blue C M Y K H S L
Decimal 137 122 156 0.12 0.22 0 0.39 266.47 0.15 0.55
Hex 89 7A 9C C 16 0 27 10A F 37
Octal 211 172 234 14 26 0 47 412 17 67
Binary 10001001 1111010 10011100 1100 10110 0 100111 100001010 1111 110111

Color Harmonies of #897A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897A9C

Black with #897A9C

Text Example


Text Example

White with #897A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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