Html Css Color HEX #896CAC Deluge

📋 copy color: '#896CAC'

red 137 ◦ green 108 ◦ blue 172

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

Shades of Deluge #896CAC

Tints of Deluge #896CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.9%

 BLUE value IS 172 (67.58% from 255) = 41.25%

R = 32.85%
G = 25.9%
B = 41.25%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#896CAC (or 0x896CAC) is known color: Deluge. HEX triplet: 89, 6C and AC. RGB value is (137,108,172). Sum of RGB (Red+Green+Blue) = 137+108+172=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #896CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896CAC is #769353. Grayscale: #7B7B7B. Windows color (decimal): -7770964 or 11299977. OLE color: 11299977.

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

Color convert

RGB 137 108 172 -
CMYK 0.20 0.37 0 0.33
HSL 267.19º 0.28% 0.55% -
HSV(B) 267.19º 0.37% 0.67% -
XYZ 23.13 19.02 41.48 -
YUV 123.97 155.11 137.3 -
System Red Green Blue C M Y K H S L
Decimal 137 108 172 0.20 0.37 0 0.33 267.19 0.28 0.55
Hex 89 6C AC 14 25 0 21 10B 1C 37
Octal 211 154 254 24 45 0 41 413 34 67
Binary 10001001 1101100 10101100 10100 100101 0 100001 100001011 11100 110111

Color Harmonies of #896CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896CAC

Black with #896CAC

Text Example


Text Example

White with #896CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,108,172); }

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

background-color css

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

 a { background-color: rgb(137,108,172); }

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

border-color css

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

 span { border-color: rgb(137,108,172); }

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