#7D66AF

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

Shades of Deluge #7D66AF

Tints of Deluge #7D66AF

Color information

#7D66AF (or 0x7D66AF) is unknown color: approx Deluge. HEX triplet: 7D, 66 and AF. RGB value is (125,102,175). Sum of RGB (Red+Green+Blue) = 125+102+175=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D66AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D66AF is #829950. Grayscale: #747474. Windows color (decimal): -8558929 or 11495037. OLE color: 11495037.

HSL color Cylindrical-coordinate representation of color #7D66AF: hue angle of 258.9º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D66AF is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB125102175-
CMYK0.290.4200.31
HSL258.9º31.33%54.31%-
HSV(B)258.9º41.71%68.63%-
XYZ20.9516.9642.73-
YUV117.2160.62133.56-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.09%
GREEN value IS 102 (40.23% from 255) = 25.37%
BLUE value IS 175 (68.75% from 255) = 43.53%
R=31.09%
G=25.37%
B=43.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251021750.290.4200.31258.931.3354.31
Hex7D66AF1D2A01F1031f36
Octal17514625735520374033766
Binary11111011100110101011111110110101001111110000001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D66AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,102,175); }

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

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

 a { background-color: rgb(125,102,175); }

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

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

 span { border-color: rgb(125,102,175); }

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