Html Css Color HEX #896DB3 Deluge

📋 copy color: '#896DB3'

red 137 ◦ green 109 ◦ blue 179

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

Shades of Deluge #896DB3

Tints of Deluge #896DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.12%

R = 32.24%
G = 25.65%
B = 42.12%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#896DB3 (or 0x896DB3) is known color: Deluge. HEX triplet: 89, 6D and B3. RGB value is (137,109,179). Sum of RGB (Red+Green+Blue) = 137+109+179=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 179 (70.31% from 255 or 42.12% from 425); Max value from RGB is 179 - color contains mainly: blue. Hex color #896DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896DB3 is #76924C. Grayscale: #7D7D7D. Windows color (decimal): -7770701 or 11758985. OLE color: 11758985.

HSL color Cylindrical-coordinate representation of color #896DB3: hue angle of 264º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #896DB3 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 137 109 179 -
CMYK 0.23 0.39 0 0.30
HSL 264º 0.32% 0.56% -
HSV(B) 264º 0.39% 0.7% -
XYZ 23.92 19.51 45.15 -
YUV 125.35 158.28 136.31 -
System Red Green Blue C M Y K H S L
Decimal 137 109 179 0.23 0.39 0 0.30 264 0.32 0.56
Hex 89 6D B3 17 27 0 1E 108 20 38
Octal 211 155 263 27 47 0 36 410 40 70
Binary 10001001 1101101 10110011 10111 100111 0 11110 100001000 100000 111000

Color Harmonies of #896DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896DB3

Black with #896DB3

Text Example


Text Example

White with #896DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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