#8075AA

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

Shades of Deluge #8075AA

Tints of Deluge #8075AA

Color information

#8075AA (or 0x8075AA) is unknown color: approx Deluge. HEX triplet: 80, 75 and AA. RGB value is (128,117,170). Sum of RGB (Red+Green+Blue) = 128+117+170=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #8075AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8075AA is #7F8A55. Grayscale: #7E7E7E. Windows color (decimal): -8358486 or 11171200. OLE color: 11171200.

HSL color Cylindrical-coordinate representation of color #8075AA: hue angle of 252.45º 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 #8075AA is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128117170-
CMYK0.250.3100.33
HSL252.45º23.77%56.27%-
HSV(B)252.45º31.18%66.67%-
XYZ22.5220.2140.75-
YUV126.33152.64129.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.84%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=30.84%
G=28.19%
B=40.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281171700.250.3100.33252.4523.7756.27
Hex8075AA191F021fc1838
Octal20016525231370413743070
Binary10000000111010110101010110011111101000011111110011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8075AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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