Html Css Color HEX #896AAE Deluge

📋 copy color: '#896AAE'

red 137 ◦ green 106 ◦ blue 174

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

Shades of Deluge #896AAE

Tints of Deluge #896AAE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.42%

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

R = 32.85%
G = 25.42%
B = 41.73%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#896AAE (or 0x896AAE) is known color: Deluge. HEX triplet: 89, 6A and AE. RGB value is (137,106,174). Sum of RGB (Red+Green+Blue) = 137+106+174=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #896AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896AAE is #769551. Grayscale: #7A7A7A. Windows color (decimal): -7771474 or 11430537. OLE color: 11430537.

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

Color convert

RGB 137 106 174 -
CMYK 0.21 0.39 0 0.32
HSL 267.35º 0.3% 0.55% -
HSV(B) 267.35º 0.39% 0.68% -
XYZ 23.11 18.68 42.43 -
YUV 123.02 156.77 137.97 -
System Red Green Blue C M Y K H S L
Decimal 137 106 174 0.21 0.39 0 0.32 267.35 0.3 0.55
Hex 89 6A AE 15 27 0 20 10B 1E 37
Octal 211 152 256 25 47 0 40 413 36 67
Binary 10001001 1101010 10101110 10101 100111 0 100000 100001011 11110 110111

Color Harmonies of #896AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896AAE

Black with #896AAE

Text Example


Text Example

White with #896AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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