Html Css Color HEX #896EAE Deluge

📋 copy color: '#896EAE'

red 137 ◦ green 110 ◦ blue 174

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

Shades of Deluge #896EAE

Tints of Deluge #896EAE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.13%

 BLUE value IS 174 (68.36% from 255) = 41.33%

R = 32.54%
G = 26.13%
B = 41.33%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#896EAE (or 0x896EAE) is known color: Deluge. HEX triplet: 89, 6E and AE. RGB value is (137,110,174). Sum of RGB (Red+Green+Blue) = 137+110+174=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #896EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896EAE is #769151. Grayscale: #7D7D7D. Windows color (decimal): -7770450 or 11431561. OLE color: 11431561.

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

Color convert

RGB 137 110 174 -
CMYK 0.21 0.37 0 0.32
HSL 265.31º 0.28% 0.56% -
HSV(B) 265.31º 0.37% 0.68% -
XYZ 23.53 19.53 42.57 -
YUV 125.37 155.45 136.3 -
System Red Green Blue C M Y K H S L
Decimal 137 110 174 0.21 0.37 0 0.32 265.31 0.28 0.56
Hex 89 6E AE 15 25 0 20 109 1C 38
Octal 211 156 256 25 45 0 40 411 34 70
Binary 10001001 1101110 10101110 10101 100101 0 100000 100001001 11100 111000

Color Harmonies of #896EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896EAE

Black with #896EAE

Text Example


Text Example

White with #896EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896EAE; }

 p { color: rgb(137,110,174); }

 H1.HeaderClassName
 {
   color: #896EAE;
 }
 .AnyTagClassName
 {
   color: #896EAE;
 }
</style>

background-color css

<style>
 a { background-color: #896EAE; }

 a { background-color: rgb(137,110,174); }

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

border-color css

<style>
 span { border-color: #896EAE; }

 span { border-color: rgb(137,110,174); }

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