Html Css Color HEX #8475AC Deluge

📋 copy color: '#8475AC'

red 132 ◦ green 117 ◦ blue 172

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

Shades of Deluge #8475AC

Tints of Deluge #8475AC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.79%

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

R = 31.35%
G = 27.79%
B = 40.86%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8475AC (or 0x8475AC) is known color: Deluge. HEX triplet: 84, 75 and AC. RGB value is (132,117,172). Sum of RGB (Red+Green+Blue) = 132+117+172=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #8475AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8475AC is #7B8A53. Grayscale: #7F7F7F. Windows color (decimal): -8096340 or 11302276. OLE color: 11302276.

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

Color convert

RGB 132 117 172 -
CMYK 0.23 0.32 0 0.33
HSL 256.36º 0.25% 0.57% -
HSV(B) 256.36º 0.32% 0.67% -
XYZ 23.32 20.61 41.78 -
YUV 127.76 152.97 131.03 -
System Red Green Blue C M Y K H S L
Decimal 132 117 172 0.23 0.32 0 0.33 256.36 0.25 0.57
Hex 84 75 AC 17 20 0 21 100 19 39
Octal 204 165 254 27 40 0 41 400 31 71
Binary 10000100 1110101 10101100 10111 100000 0 100001 100000000 11001 111001

Color Harmonies of #8475AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8475AC

Black with #8475AC

Text Example


Text Example

White with #8475AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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