#8075A3

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

Shades of Deluge #8075A3

Tints of Deluge #8075A3

Color information

#8075A3 (or 0x8075A3) is unknown color: approx Deluge. HEX triplet: 80, 75 and A3. RGB value is (128,117,163). Sum of RGB (Red+Green+Blue) = 128+117+163=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 163 (64.06% from 255 or 39.95% from 408); Max value from RGB is 163 - color contains mainly: blue. Hex color #8075A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8075A3 is #7F8A5C. Grayscale: #7D7D7D. Windows color (decimal): -8358493 or 10712448. OLE color: 10712448.

HSL color Cylindrical-coordinate representation of color #8075A3: hue angle of 254.35º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8075A3 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB128117163-
CMYK0.210.2800.36
HSL254.35º20%54.9%-
HSV(B)254.35º28.22%63.92%-
XYZ21.8719.9637.35-
YUV125.53149.14129.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.37%
GREEN value IS 117 (46.09% from 255) = 28.68%
BLUE value IS 163 (64.06% from 255) = 39.95%
R=31.37%
G=28.68%
B=39.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1281171630.210.2800.36254.352054.9
Hex8075A3151C024fe1437
Octal20016524325340443762467
Binary10000000111010110100011101011110001001001111111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8075A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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