#8475B2

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

Shades of Deluge #8475B2

Tints of Deluge #8475B2

Color information

#8475B2 (or 0x8475B2) is unknown color: approx Deluge. HEX triplet: 84, 75 and B2. RGB value is (132,117,178). Sum of RGB (Red+Green+Blue) = 132+117+178=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 178 - color contains mainly: blue. Hex color #8475B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8475B2 is #7B8A4D. Grayscale: #808080. Windows color (decimal): -8096334 or 11695492. OLE color: 11695492.

HSL color Cylindrical-coordinate representation of color #8475B2: hue angle of 254.75º 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 #8475B2 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB132117178-
CMYK0.260.3400.30
HSL254.75º28.37%57.84%-
HSV(B)254.75º34.27%69.8%-
XYZ23.9120.8444.88-
YUV128.44155.97130.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.91%
GREEN value IS 117 (46.09% from 255) = 27.40%
BLUE value IS 178 (69.92% from 255) = 41.69%
R=30.91%
G=27.40%
B=41.69%

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
Decimal1321171780.260.3400.30254.7528.3757.84
Hex8475B21A2201Eff1c3a
Octal20416526232420363773472
Binary10000100111010110110010110101000100111101111111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8475B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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