#8076AD

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

Shades of Deluge #8076AD

Tints of Deluge #8076AD

Color information

#8076AD (or 0x8076AD) is unknown color: approx Deluge. HEX triplet: 80, 76 and AD. RGB value is (128,118,173). Sum of RGB (Red+Green+Blue) = 128+118+173=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #8076AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8076AD is #7F8952. Grayscale: #7F7F7F. Windows color (decimal): -8358227 or 11368064. OLE color: 11368064.

HSL color Cylindrical-coordinate representation of color #8076AD: hue angle of 250.91º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8076AD is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB128118173-
CMYK0.260.3200.32
HSL250.91º25.11%57.06%-
HSV(B)250.91º31.79%67.84%-
XYZ22.9220.5642.3-
YUV127.26153.81128.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.55%
GREEN value IS 118 (46.48% from 255) = 28.16%
BLUE value IS 173 (67.97% from 255) = 41.29%
R=30.55%
G=28.16%
B=41.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281181730.260.3200.32250.9125.1157.06
Hex8076AD1A20020fb1939
Octal20016625532400403733171
Binary100000001110110101011011101010000001000001111101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8076AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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