Html Css Color HEX #896DAF Deluge

📋 copy color: '#896DAF'

red 137 ◦ green 109 ◦ blue 175

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

Shades of Deluge #896DAF

Tints of Deluge #896DAF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.89%

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

R = 32.54%
G = 25.89%
B = 41.57%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#896DAF (or 0x896DAF) is known color: Deluge. HEX triplet: 89, 6D and AF. RGB value is (137,109,175). Sum of RGB (Red+Green+Blue) = 137+109+175=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #896DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896DAF is #769250. Grayscale: #7C7C7C. Windows color (decimal): -7770705 or 11496841. OLE color: 11496841.

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

Color convert

RGB 137 109 175 -
CMYK 0.22 0.38 0 0.31
HSL 265.45º 0.29% 0.56% -
HSV(B) 265.45º 0.38% 0.69% -
XYZ 23.52 19.35 43.05 -
YUV 124.9 156.28 136.63 -
System Red Green Blue C M Y K H S L
Decimal 137 109 175 0.22 0.38 0 0.31 265.45 0.29 0.56
Hex 89 6D AF 16 26 0 1F 109 1D 38
Octal 211 155 257 26 46 0 37 411 35 70
Binary 10001001 1101101 10101111 10110 100110 0 11111 100001001 11101 111000

Color Harmonies of #896DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896DAF

Black with #896DAF

Text Example


Text Example

White with #896DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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