Html Css Color HEX #8476AB Deluge

📋 copy color: '#8476AB'

red 132 ◦ green 118 ◦ blue 171

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

Shades of Deluge #8476AB

Tints of Deluge #8476AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.62%

R = 31.35%
G = 28.03%
B = 40.62%

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

#8476AB (or 0x8476AB) is known color: Deluge. HEX triplet: 84, 76 and AB. RGB value is (132,118,171). Sum of RGB (Red+Green+Blue) = 132+118+171=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #8476AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8476AB is #7B8954. Grayscale: #808080. Windows color (decimal): -8096085 or 11236996. OLE color: 11236996.

HSL color Cylindrical-coordinate representation of color #8476AB: hue angle of 255.85º degrees, saturation: 0.24, 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 #8476AB is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 118 171 -
CMYK 0.23 0.31 0 0.33
HSL 255.85º 0.24% 0.57% -
HSV(B) 255.85º 0.31% 0.67% -
XYZ 23.34 20.8 41.31 -
YUV 128.23 152.14 130.69 -
System Red Green Blue C M Y K H S L
Decimal 132 118 171 0.23 0.31 0 0.33 255.85 0.24 0.57
Hex 84 76 AB 17 1F 0 21 100 18 39
Octal 204 166 253 27 37 0 41 400 30 71
Binary 10000100 1110110 10101011 10111 11111 0 100001 100000000 11000 111001

Color Harmonies of #8476AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8476AB

Black with #8476AB

Text Example


Text Example

White with #8476AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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