#8477B3

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

Shades of Deluge #8477B3

Tints of Deluge #8477B3

Color information

#8477B3 (or 0x8477B3) is unknown color: approx Deluge. HEX triplet: 84, 77 and B3. RGB value is (132,119,179). Sum of RGB (Red+Green+Blue) = 132+119+179=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 179 - color contains mainly: blue. Hex color #8477B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8477B3 is #7B884C. Grayscale: #818181. Windows color (decimal): -8095821 or 11761540. OLE color: 11761540.

HSL color Cylindrical-coordinate representation of color #8477B3: hue angle of 253º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8477B3 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB132119179-
CMYK0.260.3400.30
HSL253º28.3%58.43%-
HSV(B)253º33.52%70.2%-
XYZ24.2521.3545.49-
YUV129.73155.81129.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.70%
GREEN value IS 119 (46.88% from 255) = 27.67%
BLUE value IS 179 (70.31% from 255) = 41.63%
R=30.70%
G=27.67%
B=41.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1321191790.260.3400.3025328.358.43
Hex8477B31A2201Efd1c3a
Octal20416726332420363753472
Binary10000100111011110110011110101000100111101111110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8477B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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