#7D679D

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

Shades of Deluge #7D679D

Tints of Deluge #7D679D

Color information

#7D679D (or 0x7D679D) is unknown color: approx Deluge. HEX triplet: 7D, 67 and 9D. RGB value is (125,103,157). Sum of RGB (Red+Green+Blue) = 125+103+157=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D679D is #829862. Grayscale: #737373. Windows color (decimal): -8558691 or 10315645. OLE color: 10315645.

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

Color convert

RGB125103157-
CMYK0.200.3400.38
HSL264.44º21.6%50.98%-
HSV(B)264.44º34.39%61.57%-
XYZ19.3916.4934.06-
YUV115.73151.29134.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.47%
GREEN value IS 103 (40.62% from 255) = 26.75%
BLUE value IS 157 (61.72% from 255) = 40.78%
R=32.47%
G=26.75%
B=40.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1251031570.200.3400.38264.4421.650.98
Hex7D679D14220261081633
Octal17514723524420464102663
Binary111110111001111001110110100100010010011010000100010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D679D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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