#7D6A9D

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

Shades of Deluge #7D6A9D

Tints of Deluge #7D6A9D

Color information

#7D6A9D (or 0x7D6A9D) is unknown color: approx Deluge. HEX triplet: 7D, 6A and 9D. RGB value is (125,106,157). Sum of RGB (Red+Green+Blue) = 125+106+157=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D6A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6A9D is #829562. Grayscale: #757575. Windows color (decimal): -8557923 or 10316413. OLE color: 10316413.

HSL color Cylindrical-coordinate representation of color #7D6A9D: hue angle of 262.35º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7D6A9D is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB125106157-
CMYK0.200.3200.38
HSL262.35º20.65%51.57%-
HSV(B)262.35º32.48%61.57%-
XYZ19.717.134.16-
YUV117.49150.29133.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.22%
GREEN value IS 106 (41.80% from 255) = 27.32%
BLUE value IS 157 (61.72% from 255) = 40.46%
R=32.22%
G=27.32%
B=40.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1251061570.200.3200.38262.3520.6551.57
Hex7D6A9D14200261061534
Octal17515223524400464062564
Binary111110111010101001110110100100000010011010000011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,106,157); }

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

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

 a { background-color: rgb(125,106,157); }

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

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

 span { border-color: rgb(125,106,157); }

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