Html Css Color HEX #896FAE Deluge

📋 copy color: '#896FAE'

red 137 ◦ green 111 ◦ blue 174

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

Shades of Deluge #896FAE

Tints of Deluge #896FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.23%

R = 32.46%
G = 26.3%
B = 41.23%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#896FAE (or 0x896FAE) is known color: Deluge. HEX triplet: 89, 6F and AE. RGB value is (137,111,174). Sum of RGB (Red+Green+Blue) = 137+111+174=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #896FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896FAE is #769051. Grayscale: #7D7D7D. Windows color (decimal): -7770194 or 11431817. OLE color: 11431817.

HSL color Cylindrical-coordinate representation of color #896FAE: hue angle of 264.76º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #896FAE is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 137 111 174 -
CMYK 0.21 0.36 0 0.32
HSL 264.76º 0.28% 0.56% -
HSV(B) 264.76º 0.36% 0.68% -
XYZ 23.64 19.74 42.61 -
YUV 125.96 155.11 135.88 -
System Red Green Blue C M Y K H S L
Decimal 137 111 174 0.21 0.36 0 0.32 264.76 0.28 0.56
Hex 89 6F AE 15 24 0 20 109 1C 38
Octal 211 157 256 25 44 0 40 411 34 70
Binary 10001001 1101111 10101110 10101 100100 0 100000 100001001 11100 111000

Color Harmonies of #896FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896FAE

Black with #896FAE

Text Example


Text Example

White with #896FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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