#7D6FB4

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

Shades of Deluge #7D6FB4

Tints of Deluge #7D6FB4

Color information

#7D6FB4 (or 0x7D6FB4) is unknown color: approx Deluge. HEX triplet: 7D, 6F and B4. RGB value is (125,111,180). Sum of RGB (Red+Green+Blue) = 125+111+180=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 180 - color contains mainly: blue. Hex color #7D6FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6FB4 is #82904B. Grayscale: #7A7A7A. Windows color (decimal): -8556620 or 11825021. OLE color: 11825021.

HSL color Cylindrical-coordinate representation of color #7D6FB4: hue angle of 252.17º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D6FB4 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB125111180-
CMYK0.310.3800.29
HSL252.17º31.51%57.06%-
HSV(B)252.17º38.33%70.59%-
XYZ22.3819.0245.67-
YUV123.05160.14129.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.05%
GREEN value IS 111 (43.75% from 255) = 26.68%
BLUE value IS 180 (70.70% from 255) = 43.27%
R=30.05%
G=26.68%
B=43.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1251111800.310.3800.29252.1731.5157.06
Hex7D6FB41F2601Dfc2039
Octal17515726437460353744071
Binary11111011101111101101001111110011001110111111100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,111,180); }

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

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

 a { background-color: rgb(125,111,180); }

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

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

 span { border-color: rgb(125,111,180); }

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