#7D6BAF

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

Shades of Deluge #7D6BAF

Tints of Deluge #7D6BAF

Color information

#7D6BAF (or 0x7D6BAF) is unknown color: approx Deluge. HEX triplet: 7D, 6B and AF. RGB value is (125,107,175). Sum of RGB (Red+Green+Blue) = 125+107+175=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D6BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6BAF is #829450. Grayscale: #777777. Windows color (decimal): -8557649 or 11496317. OLE color: 11496317.

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

Color convert

RGB125107175-
CMYK0.290.3900.31
HSL255.88º29.82%55.29%-
HSV(B)255.88º38.86%68.63%-
XYZ21.4517.9742.9-
YUV120.13158.96131.47-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.71%
GREEN value IS 107 (42.19% from 255) = 26.29%
BLUE value IS 175 (68.75% from 255) = 43.00%
R=30.71%
G=26.29%
B=43.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251071750.290.3900.31255.8829.8255.29
Hex7D6BAF1D2701F1001e37
Octal17515325735470374003667
Binary11111011101011101011111110110011101111110000000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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