#7D6FB5

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

Shades of Deluge #7D6FB5

Tints of Deluge #7D6FB5

Color information

#7D6FB5 (or 0x7D6FB5) is unknown color: approx Deluge. HEX triplet: 7D, 6F and B5. RGB value is (125,111,181). Sum of RGB (Red+Green+Blue) = 125+111+181=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 181 - color contains mainly: blue. Hex color #7D6FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6FB5 is #82904A. Grayscale: #7A7A7A. Windows color (decimal): -8556619 or 11890557. OLE color: 11890557.

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

Color convert

RGB125111181-
CMYK0.310.3900.29
HSL252º32.11%57.25%-
HSV(B)252º38.67%70.98%-
XYZ22.4819.0746.21-
YUV123.17160.64129.31-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.98%
GREEN value IS 111 (43.75% from 255) = 26.62%
BLUE value IS 181 (71.09% from 255) = 43.41%
R=29.98%
G=26.62%
B=43.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1251111810.310.3900.2925232.1157.25
Hex7D6FB51F2701Dfc2039
Octal17515726537470353744071
Binary11111011101111101101011111110011101110111111100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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