#8275AA

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

Shades of Deluge #8275AA

Tints of Deluge #8275AA

Color information

#8275AA (or 0x8275AA) is unknown color: approx Deluge. HEX triplet: 82, 75 and AA. RGB value is (130,117,170). Sum of RGB (Red+Green+Blue) = 130+117+170=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #8275AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8275AA is #7D8A55. Grayscale: #7E7E7E. Windows color (decimal): -8227414 or 11171202. OLE color: 11171202.

HSL color Cylindrical-coordinate representation of color #8275AA: hue angle of 254.72º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8275AA is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB130117170-
CMYK0.240.3100.33
HSL254.72º23.77%56.27%-
HSV(B)254.72º31.18%66.67%-
XYZ22.8220.3740.76-
YUV126.93152.31130.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.18%
GREEN value IS 117 (46.09% from 255) = 28.06%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=31.18%
G=28.06%
B=40.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301171700.240.3100.33254.7223.7756.27
Hex8275AA181F021ff1838
Octal20216525230370413773070
Binary10000010111010110101010110001111101000011111111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8275AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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