#8275AC

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

Shades of Deluge #8275AC

Tints of Deluge #8275AC

Color information

#8275AC (or 0x8275AC) is unknown color: approx Deluge. HEX triplet: 82, 75 and AC. RGB value is (130,117,172). Sum of RGB (Red+Green+Blue) = 130+117+172=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #8275AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8275AC is #7D8A53. Grayscale: #7E7E7E. Windows color (decimal): -8227412 or 11302274. OLE color: 11302274.

HSL color Cylindrical-coordinate representation of color #8275AC: hue angle of 254.18º 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 #8275AC is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB130117172-
CMYK0.240.3200.33
HSL254.18º24.89%56.67%-
HSV(B)254.18º31.98%67.45%-
XYZ23.0120.4541.76-
YUV127.16153.31130.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.03%
GREEN value IS 117 (46.09% from 255) = 27.92%
BLUE value IS 172 (67.58% from 255) = 41.05%
R=31.03%
G=27.92%
B=41.05%

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
Decimal1301171720.240.3200.33254.1824.8956.67
Hex8275AC1820021fe1939
Octal20216525430400413763171
Binary100000101110101101011001100010000001000011111111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8275AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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