Html Css Color HEX #896EA8 Deluge

📋 copy color: '#896EA8'

red 137 ◦ green 110 ◦ blue 168

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

Shades of Deluge #896EA8

Tints of Deluge #896EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.48%

R = 33.01%
G = 26.51%
B = 40.48%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#896EA8 (or 0x896EA8) is known color: Deluge. HEX triplet: 89, 6E and A8. RGB value is (137,110,168). Sum of RGB (Red+Green+Blue) = 137+110+168=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 168 - color contains mainly: blue. Hex color #896EA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896EA8 is #769157. Grayscale: #7C7C7C. Windows color (decimal): -7770456 or 11038345. OLE color: 11038345.

HSL color Cylindrical-coordinate representation of color #896EA8: hue angle of 267.93º degrees, saturation: 0.25, 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 #896EA8 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 137 110 168 -
CMYK 0.18 0.35 0 0.34
HSL 267.93º 0.25% 0.55% -
HSV(B) 267.93º 0.35% 0.66% -
XYZ 22.96 19.3 39.56 -
YUV 124.69 152.45 136.78 -
System Red Green Blue C M Y K H S L
Decimal 137 110 168 0.18 0.35 0 0.34 267.93 0.25 0.55
Hex 89 6E A8 12 23 0 22 10C 19 37
Octal 211 156 250 22 43 0 42 414 31 67
Binary 10001001 1101110 10101000 10010 100011 0 100010 100001100 11001 110111

Color Harmonies of #896EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896EA8

Black with #896EA8

Text Example


Text Example

White with #896EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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