Html Css Color HEX #8476AC Deluge

📋 copy color: '#8476AC'

red 132 ◦ green 118 ◦ blue 172

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

Shades of Deluge #8476AC

Tints of Deluge #8476AC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.96%

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

R = 31.28%
G = 27.96%
B = 40.76%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8476AC (or 0x8476AC) is known color: Deluge. HEX triplet: 84, 76 and AC. RGB value is (132,118,172). Sum of RGB (Red+Green+Blue) = 132+118+172=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #8476AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8476AC is #7B8953. Grayscale: #808080. Windows color (decimal): -8096084 or 11302532. OLE color: 11302532.

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

Color convert

RGB 132 118 172 -
CMYK 0.23 0.31 0 0.33
HSL 255.56º 0.25% 0.57% -
HSV(B) 255.56º 0.31% 0.67% -
XYZ 23.44 20.84 41.82 -
YUV 128.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 132 118 172 0.23 0.31 0 0.33 255.56 0.25 0.57
Hex 84 76 AC 17 1F 0 21 100 19 39
Octal 204 166 254 27 37 0 41 400 31 71
Binary 10000100 1110110 10101100 10111 11111 0 100001 100000000 11001 111001

Color Harmonies of #8476AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8476AC

Black with #8476AC

Text Example


Text Example

White with #8476AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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