Html Css Color HEX #8477AC Deluge

📋 copy color: '#8477AC'

red 132 ◦ green 119 ◦ blue 172

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

Shades of Deluge #8477AC

Tints of Deluge #8477AC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.13%

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

R = 31.21%
G = 28.13%
B = 40.66%

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

#8477AC (or 0x8477AC) is known color: Deluge. HEX triplet: 84, 77 and AC. RGB value is (132,119,172). Sum of RGB (Red+Green+Blue) = 132+119+172=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #8477AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8477AC is #7B8853. Grayscale: #808080. Windows color (decimal): -8095828 or 11302788. OLE color: 11302788.

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

Color convert

RGB 132 119 172 -
CMYK 0.23 0.31 0 0.33
HSL 254.72º 0.24% 0.57% -
HSV(B) 254.72º 0.31% 0.67% -
XYZ 23.56 21.08 41.86 -
YUV 128.93 152.31 130.19 -
System Red Green Blue C M Y K H S L
Decimal 132 119 172 0.23 0.31 0 0.33 254.72 0.24 0.57
Hex 84 77 AC 17 1F 0 21 FF 18 39
Octal 204 167 254 27 37 0 41 377 30 71
Binary 10000100 1110111 10101100 10111 11111 0 100001 11111111 11000 111001

Color Harmonies of #8477AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8477AC

Black with #8477AC

Text Example


Text Example

White with #8477AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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