Html Css Color HEX #896FAA Deluge

📋 copy color: '#896FAA'

red 137 ◦ green 111 ◦ blue 170

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

Shades of Deluge #896FAA

Tints of Deluge #896FAA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.56%

 BLUE value IS 170 (66.8% from 255) = 40.67%

R = 32.78%
G = 26.56%
B = 40.67%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#896FAA (or 0x896FAA) is known color: Deluge. HEX triplet: 89, 6F and AA. RGB value is (137,111,170). Sum of RGB (Red+Green+Blue) = 137+111+170=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #896FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896FAA is #769055. Grayscale: #7D7D7D. Windows color (decimal): -7770198 or 11169673. OLE color: 11169673.

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

Color convert

RGB 137 111 170 -
CMYK 0.19 0.35 0 0.33
HSL 266.44º 0.26% 0.55% -
HSV(B) 266.44º 0.35% 0.67% -
XYZ 23.26 19.59 40.59 -
YUV 125.5 153.11 136.2 -
System Red Green Blue C M Y K H S L
Decimal 137 111 170 0.19 0.35 0 0.33 266.44 0.26 0.55
Hex 89 6F AA 13 23 0 21 10A 1A 37
Octal 211 157 252 23 43 0 41 412 32 67
Binary 10001001 1101111 10101010 10011 100011 0 100001 100001010 11010 110111

Color Harmonies of #896FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896FAA

Black with #896FAA

Text Example


Text Example

White with #896FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,111,170); }

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

background-color css

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

 a { background-color: rgb(137,111,170); }

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

border-color css

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

 span { border-color: rgb(137,111,170); }

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