Html Css Color HEX #8464AC Deluge

📋 copy color: '#8464AC'

red 132 ◦ green 100 ◦ blue 172

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

Shades of Deluge #8464AC

Tints of Deluge #8464AC

RGB

 RED value IS 132 (51.95% from 255) = 32.67%

 GREEN value IS 100 (39.45% from 255) = 24.75%

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

R = 32.67%
G = 24.75%
B = 42.57%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8464AC (or 0x8464AC) is known color: Deluge. HEX triplet: 84, 64 and AC. RGB value is (132,100,172). Sum of RGB (Red+Green+Blue) = 132+100+172=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #8464AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8464AC is #7B9B53. Grayscale: #757575. Windows color (decimal): -8100692 or 11297924. OLE color: 11297924.

HSL color Cylindrical-coordinate representation of color #8464AC: hue angle of 266.67º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8464AC is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 100 172 -
CMYK 0.23 0.42 0 0.33
HSL 266.67º 0.3% 0.53% -
HSV(B) 266.67º 0.42% 0.67% -
XYZ 21.52 17 41.18 -
YUV 117.78 158.6 138.15 -
System Red Green Blue C M Y K H S L
Decimal 132 100 172 0.23 0.42 0 0.33 266.67 0.3 0.53
Hex 84 64 AC 17 2A 0 21 10B 1E 35
Octal 204 144 254 27 52 0 41 413 36 65
Binary 10000100 1100100 10101100 10111 101010 0 100001 100001011 11110 110101

Color Harmonies of #8464AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8464AC

Black with #8464AC

Text Example


Text Example

White with #8464AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8464AC; }

 p { color: rgb(132,100,172); }

 H1.HeaderClassName
 {
   color: #8464AC;
 }
 .AnyTagClassName
 {
   color: #8464AC;
 }
</style>

background-color css

<style>
 a { background-color: #8464AC; }

 a { background-color: rgb(132,100,172); }

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

border-color css

<style>
 span { border-color: #8464AC; }

 span { border-color: rgb(132,100,172); }

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