Html Css Color HEX #896EA9 Deluge

📋 copy color: '#896EA9'

red 137 ◦ green 110 ◦ blue 169

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

Shades of Deluge #896EA9

Tints of Deluge #896EA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 40.63%

R = 32.93%
G = 26.44%
B = 40.63%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#896EA9 (or 0x896EA9) is known color: Deluge. HEX triplet: 89, 6E and A9. RGB value is (137,110,169). Sum of RGB (Red+Green+Blue) = 137+110+169=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 169 (66.41% from 255 or 40.62% from 416); Max value from RGB is 169 - color contains mainly: blue. Hex color #896EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896EA9 is #769156. Grayscale: #7C7C7C. Windows color (decimal): -7770455 or 11103881. OLE color: 11103881.

HSL color Cylindrical-coordinate representation of color #896EA9: hue angle of 267.46º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #896EA9 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 137 110 169 -
CMYK 0.19 0.35 0 0.34
HSL 267.46º 0.26% 0.55% -
HSV(B) 267.46º 0.35% 0.66% -
XYZ 23.05 19.33 40.05 -
YUV 124.8 152.95 136.7 -
System Red Green Blue C M Y K H S L
Decimal 137 110 169 0.19 0.35 0 0.34 267.46 0.26 0.55
Hex 89 6E A9 13 23 0 22 10B 1A 37
Octal 211 156 251 23 43 0 42 413 32 67
Binary 10001001 1101110 10101001 10011 100011 0 100010 100001011 11010 110111

Color Harmonies of #896EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896EA9

Black with #896EA9

Text Example


Text Example

White with #896EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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