Html Css Color HEX #896EB0 Deluge

📋 copy color: '#896EB0'

red 137 ◦ green 110 ◦ blue 176

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

Shades of Deluge #896EB0

Tints of Deluge #896EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.61%

R = 32.39%
G = 26%
B = 41.61%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#896EB0 (or 0x896EB0) is known color: Deluge. HEX triplet: 89, 6E and B0. RGB value is (137,110,176). Sum of RGB (Red+Green+Blue) = 137+110+176=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 176 - color contains mainly: blue. Hex color #896EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896EB0 is #76914F. Grayscale: #7D7D7D. Windows color (decimal): -7770448 or 11562633. OLE color: 11562633.

HSL color Cylindrical-coordinate representation of color #896EB0: hue angle of 264.55º 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 #896EB0 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 137 110 176 -
CMYK 0.22 0.37 0 0.31
HSL 264.55º 0.29% 0.56% -
HSV(B) 264.55º 0.38% 0.69% -
XYZ 23.73 19.6 43.61 -
YUV 125.6 156.45 136.13 -
System Red Green Blue C M Y K H S L
Decimal 137 110 176 0.22 0.37 0 0.31 264.55 0.29 0.56
Hex 89 6E B0 16 25 0 1F 109 1D 38
Octal 211 156 260 26 45 0 37 411 35 70
Binary 10001001 1101110 10110000 10110 100101 0 11111 100001001 11101 111000

Color Harmonies of #896EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896EB0

Black with #896EB0

Text Example


Text Example

White with #896EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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