#8468B2

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

Shades of Deluge #8468B2

Tints of Deluge #8468B2

Color information

#8468B2 (or 0x8468B2) is unknown color: approx Deluge. HEX triplet: 84, 68 and B2. RGB value is (132,104,178). Sum of RGB (Red+Green+Blue) = 132+104+178=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 178 - color contains mainly: blue. Hex color #8468B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8468B2 is #7B974D. Grayscale: #787878. Windows color (decimal): -8099662 or 11692164. OLE color: 11692164.

HSL color Cylindrical-coordinate representation of color #8468B2: hue angle of 262.7º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8468B2 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB132104178-
CMYK0.260.4200.30
HSL262.7º32.46%55.29%-
HSV(B)262.7º41.57%69.8%-
XYZ22.518.0244.41-
YUV120.81160.28135.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.88%
GREEN value IS 104 (41.02% from 255) = 25.12%
BLUE value IS 178 (69.92% from 255) = 43.00%
R=31.88%
G=25.12%
B=43.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1321041780.260.4200.30262.732.4655.29
Hex8468B21A2A01E1072037
Octal20415026232520364074067
Binary1000010011010001011001011010101010011110100000111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8468B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8468B2; }

 p { color: rgb(132,104,178); }

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

<style>
 a { background-color: #8468B2; }

 a { background-color: rgb(132,104,178); }

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

<style>
 span { border-color: #8468B2; }

 span { border-color: rgb(132,104,178); }

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