#8076A3

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

Shades of Deluge #8076A3

Tints of Deluge #8076A3

Color information

#8076A3 (or 0x8076A3) is unknown color: approx Deluge. HEX triplet: 80, 76 and A3. RGB value is (128,118,163). Sum of RGB (Red+Green+Blue) = 128+118+163=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 163 (64.06% from 255 or 39.85% from 409); Max value from RGB is 163 - color contains mainly: blue. Hex color #8076A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8076A3 is #7F895C. Grayscale: #7D7D7D. Windows color (decimal): -8358237 or 10712704. OLE color: 10712704.

HSL color Cylindrical-coordinate representation of color #8076A3: hue angle of 253.33º 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 #8076A3 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB128118163-
CMYK0.210.2800.36
HSL253.33º19.65%55.1%-
HSV(B)253.33º27.61%63.92%-
XYZ21.9920.1937.39-
YUV126.12148.81129.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.30%
GREEN value IS 118 (46.48% from 255) = 28.85%
BLUE value IS 163 (64.06% from 255) = 39.85%
R=31.30%
G=28.85%
B=39.85%

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
Decimal1281181630.210.2800.36253.3319.6555.1
Hex8076A3151C024fd1437
Octal20016624325340443752467
Binary10000000111011010100011101011110001001001111110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8076A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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