Html Css Color HEX #897CAF Deluge

📋 copy color: '#897CAF'

red 137 ◦ green 124 ◦ blue 175

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

Shades of Deluge #897CAF

Tints of Deluge #897CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.14%

R = 31.42%
G = 28.44%
B = 40.14%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#897CAF (or 0x897CAF) is known color: Deluge. HEX triplet: 89, 7C and AF. RGB value is (137,124,175). Sum of RGB (Red+Green+Blue) = 137+124+175=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #897CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897CAF is #768350. Grayscale: #858585. Windows color (decimal): -7766865 or 11500681. OLE color: 11500681.

HSL color Cylindrical-coordinate representation of color #897CAF: hue angle of 255.29º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #897CAF is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 137 124 175 -
CMYK 0.22 0.29 0 0.31
HSL 255.29º 0.24% 0.59% -
HSV(B) 255.29º 0.29% 0.69% -
XYZ 25.26 22.83 43.63 -
YUV 133.7 151.31 130.35 -
System Red Green Blue C M Y K H S L
Decimal 137 124 175 0.22 0.29 0 0.31 255.29 0.24 0.59
Hex 89 7C AF 16 1D 0 1F FF 18 3B
Octal 211 174 257 26 35 0 37 377 30 73
Binary 10001001 1111100 10101111 10110 11101 0 11111 11111111 11000 111011

Color Harmonies of #897CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897CAF

Black with #897CAF

Text Example


Text Example

White with #897CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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