Html Css Color HEX #896BAF Deluge

📋 copy color: '#896BAF'

red 137 ◦ green 107 ◦ blue 175

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

Shades of Deluge #896BAF

Tints of Deluge #896BAF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.54%

 BLUE value IS 175 (68.75% from 255) = 41.77%

R = 32.7%
G = 25.54%
B = 41.77%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#896BAF (or 0x896BAF) is known color: Deluge. HEX triplet: 89, 6B and AF. RGB value is (137,107,175). Sum of RGB (Red+Green+Blue) = 137+107+175=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #896BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896BAF is #769450. Grayscale: #7B7B7B. Windows color (decimal): -7771217 or 11496329. OLE color: 11496329.

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

Color convert

RGB 137 107 175 -
CMYK 0.22 0.39 0 0.31
HSL 266.47º 0.3% 0.55% -
HSV(B) 266.47º 0.39% 0.69% -
XYZ 23.31 18.93 42.98 -
YUV 123.72 156.94 137.47 -
System Red Green Blue C M Y K H S L
Decimal 137 107 175 0.22 0.39 0 0.31 266.47 0.3 0.55
Hex 89 6B AF 16 27 0 1F 10A 1E 37
Octal 211 153 257 26 47 0 37 412 36 67
Binary 10001001 1101011 10101111 10110 100111 0 11111 100001010 11110 110111

Color Harmonies of #896BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896BAF

Black with #896BAF

Text Example


Text Example

White with #896BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,107,175); }

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

background-color css

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

 a { background-color: rgb(137,107,175); }

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

border-color css

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

 span { border-color: rgb(137,107,175); }

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