#7D6BB4

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

Shades of Deluge #7D6BB4

Tints of Deluge #7D6BB4

Color information

#7D6BB4 (or 0x7D6BB4) is unknown color: approx Deluge. HEX triplet: 7D, 6B and B4. RGB value is (125,107,180). Sum of RGB (Red+Green+Blue) = 125+107+180=412 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.34% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 180 (70.70% from 255 or 43.69% from 412); Max value from RGB is 180 - color contains mainly: blue. Hex color #7D6BB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6BB4 is #82944B. Grayscale: #787878. Windows color (decimal): -8557644 or 11823997. OLE color: 11823997.

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

Color convert

RGB125107180-
CMYK0.310.4100.29
HSL254.79º32.74%56.27%-
HSV(B)254.79º40.56%70.59%-
XYZ21.9518.1745.53-
YUV120.7161.46131.06-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.34%
GREEN value IS 107 (42.19% from 255) = 25.97%
BLUE value IS 180 (70.70% from 255) = 43.69%
R=30.34%
G=25.97%
B=43.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1251071800.310.4100.29254.7932.7456.27
Hex7D6BB41F2901Dff2138
Octal17515326437510353774170
Binary11111011101011101101001111110100101110111111111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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