Html Css Color HEX #896DAB Deluge

📋 copy color: '#896DAB'

red 137 ◦ green 109 ◦ blue 171

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

Shades of Deluge #896DAB

Tints of Deluge #896DAB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.14%

 BLUE value IS 171 (67.19% from 255) = 41.01%

R = 32.85%
G = 26.14%
B = 41.01%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#896DAB (or 0x896DAB) is known color: Deluge. HEX triplet: 89, 6D and AB. RGB value is (137,109,171). Sum of RGB (Red+Green+Blue) = 137+109+171=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #896DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896DAB is #769254. Grayscale: #7C7C7C. Windows color (decimal): -7770709 or 11234697. OLE color: 11234697.

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

Color convert

RGB 137 109 171 -
CMYK 0.20 0.36 0 0.33
HSL 267.1º 0.27% 0.55% -
HSV(B) 267.1º 0.36% 0.67% -
XYZ 23.14 19.2 41.01 -
YUV 124.44 154.28 136.96 -
System Red Green Blue C M Y K H S L
Decimal 137 109 171 0.20 0.36 0 0.33 267.1 0.27 0.55
Hex 89 6D AB 14 24 0 21 10B 1B 37
Octal 211 155 253 24 44 0 41 413 33 67
Binary 10001001 1101101 10101011 10100 100100 0 100001 100001011 11011 110111

Color Harmonies of #896DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896DAB

Black with #896DAB

Text Example


Text Example

White with #896DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,109,171); }

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

background-color css

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

 a { background-color: rgb(137,109,171); }

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

border-color css

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

 span { border-color: rgb(137,109,171); }

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