#8477B4

Color #8477B4 Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #8477B4

Tints of Deluge #8477B4

Color information

#8477B4 (or 0x8477B4) is unknown color: approx Deluge. HEX triplet: 84, 77 and B4. RGB value is (132,119,180). Sum of RGB (Red+Green+Blue) = 132+119+180=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 180 - color contains mainly: blue. Hex color #8477B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8477B4 is #7B884B. Grayscale: #818181. Windows color (decimal): -8095820 or 11827076. OLE color: 11827076.

HSL color Cylindrical-coordinate representation of color #8477B4: hue angle of 252.79º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8477B4 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB132119180-
CMYK0.270.3400.29
HSL252.79º28.91%58.63%-
HSV(B)252.79º33.89%70.59%-
XYZ24.3521.3946.03-
YUV129.84156.31129.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.63%
GREEN value IS 119 (46.88% from 255) = 27.61%
BLUE value IS 180 (70.70% from 255) = 41.76%
R=30.63%
G=27.61%
B=41.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1321191800.270.3400.29252.7928.9158.63
Hex8477B41B2201Dfd1d3b
Octal20416726433420353753573
Binary10000100111011110110100110111000100111011111110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8477B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8477B4;
 }
 .AnyTagClassName
 {
   color: #8477B4;
 }
</style>
background-color css

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

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

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

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

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

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