Html Css Color HEX #897CAD Deluge

📋 copy color: '#897CAD'

red 137 ◦ green 124 ◦ blue 173

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

Shades of Deluge #897CAD

Tints of Deluge #897CAD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.57%

 BLUE value IS 173 (67.97% from 255) = 39.86%

R = 31.57%
G = 28.57%
B = 39.86%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#897CAD (or 0x897CAD) is known color: Deluge. HEX triplet: 89, 7C and AD. RGB value is (137,124,173). Sum of RGB (Red+Green+Blue) = 137+124+173=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #897CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897CAD is #768352. Grayscale: #858585. Windows color (decimal): -7766867 or 11369609. OLE color: 11369609.

HSL color Cylindrical-coordinate representation of color #897CAD: hue angle of 255.92º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #897CAD is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 137 124 173 -
CMYK 0.21 0.28 0 0.32
HSL 255.92º 0.23% 0.58% -
HSV(B) 255.92º 0.28% 0.68% -
XYZ 25.07 22.75 42.61 -
YUV 133.47 150.31 130.52 -
System Red Green Blue C M Y K H S L
Decimal 137 124 173 0.21 0.28 0 0.32 255.92 0.23 0.58
Hex 89 7C AD 15 1C 0 20 100 17 3A
Octal 211 174 255 25 34 0 40 400 27 72
Binary 10001001 1111100 10101101 10101 11100 0 100000 100000000 10111 111010

Color Harmonies of #897CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897CAD

Black with #897CAD

Text Example


Text Example

White with #897CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,124,173); }

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

background-color css

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

 a { background-color: rgb(137,124,173); }

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

border-color css

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

 span { border-color: rgb(137,124,173); }

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