#8375AC

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

Shades of Deluge #8375AC

Tints of Deluge #8375AC

Color information

#8375AC (or 0x8375AC) is unknown color: approx Deluge. HEX triplet: 83, 75 and AC. RGB value is (131,117,172). Sum of RGB (Red+Green+Blue) = 131+117+172=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #8375AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8375AC is #7C8A53. Grayscale: #7F7F7F. Windows color (decimal): -8161876 or 11302275. OLE color: 11302275.

HSL color Cylindrical-coordinate representation of color #8375AC: hue angle of 255.27º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8375AC is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131117172-
CMYK0.240.3200.33
HSL255.27º24.89%56.67%-
HSV(B)255.27º31.98%67.45%-
XYZ23.1720.5341.77-
YUV127.46153.14130.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.19%
GREEN value IS 117 (46.09% from 255) = 27.86%
BLUE value IS 172 (67.58% from 255) = 40.95%
R=31.19%
G=27.86%
B=40.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311171720.240.3200.33255.2724.8956.67
Hex8375AC1820021ff1939
Octal20316525430400413773171
Binary100000111110101101011001100010000001000011111111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8375AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,117,172); }

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

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

 a { background-color: rgb(131,117,172); }

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

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

 span { border-color: rgb(131,117,172); }

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