Html Css Color HEX #8472AC Deluge

📋 copy color: '#8472AC'

red 132 ◦ green 114 ◦ blue 172

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

Shades of Deluge #8472AC

Tints of Deluge #8472AC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.27%

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

R = 31.58%
G = 27.27%
B = 41.15%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8472AC (or 0x8472AC) is known color: Deluge. HEX triplet: 84, 72 and AC. RGB value is (132,114,172). Sum of RGB (Red+Green+Blue) = 132+114+172=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #8472AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8472AC is #7B8D53. Grayscale: #7D7D7D. Windows color (decimal): -8097108 or 11301508. OLE color: 11301508.

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

Color convert

RGB 132 114 172 -
CMYK 0.23 0.34 0 0.33
HSL 258.62º 0.26% 0.56% -
HSV(B) 258.62º 0.34% 0.67% -
XYZ 22.98 19.92 41.66 -
YUV 125.99 153.96 132.28 -
System Red Green Blue C M Y K H S L
Decimal 132 114 172 0.23 0.34 0 0.33 258.62 0.26 0.56
Hex 84 72 AC 17 22 0 21 103 1A 38
Octal 204 162 254 27 42 0 41 403 32 70
Binary 10000100 1110010 10101100 10111 100010 0 100001 100000011 11010 111000

Color Harmonies of #8472AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8472AC

Black with #8472AC

Text Example


Text Example

White with #8472AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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