#7D76AD

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

Shades of Deluge #7D76AD

Tints of Deluge #7D76AD

Color information

#7D76AD (or 0x7D76AD) is unknown color: approx Deluge. HEX triplet: 7D, 76 and AD. RGB value is (125,118,173). Sum of RGB (Red+Green+Blue) = 125+118+173=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D76AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D76AD is #828952. Grayscale: #7E7E7E. Windows color (decimal): -8554835 or 11368061. OLE color: 11368061.

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

Color convert

RGB125118173-
CMYK0.280.3200.32
HSL247.64º25.11%57.06%-
HSV(B)247.64º31.79%67.84%-
XYZ22.4820.3342.28-
YUV126.36154.32127.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.05%
GREEN value IS 118 (46.48% from 255) = 28.37%
BLUE value IS 173 (67.97% from 255) = 41.59%
R=30.05%
G=28.37%
B=41.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1251181730.280.3200.32247.6425.1157.06
Hex7D76AD1C20020f81939
Octal17516625534400403703171
Binary11111011110110101011011110010000001000001111100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D76AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D76AD; }

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

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

<style>
 a { background-color: #7D76AD; }

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

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

<style>
 span { border-color: #7D76AD; }

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

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