#7C689D

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

Shades of Deluge #7C689D

Tints of Deluge #7C689D

Color information

#7C689D (or 0x7C689D) is unknown color: approx Deluge. HEX triplet: 7C, 68 and 9D. RGB value is (124,104,157). Sum of RGB (Red+Green+Blue) = 124+104+157=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 104 (41.02% from 255 or 27.01% 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 #7C689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C689D is #839762. Grayscale: #737373. Windows color (decimal): -8623971 or 10315900. OLE color: 10315900.

HSL color Cylindrical-coordinate representation of color #7C689D: hue angle of 262.64º degrees, saturation: 0.21, 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 #7C689D is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB124104157-
CMYK0.210.3400.38
HSL262.64º21.29%51.18%-
HSV(B)262.64º33.76%61.57%-
XYZ19.3516.6234.09-
YUV116.02151.13133.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.21%
GREEN value IS 104 (41.02% from 255) = 27.01%
BLUE value IS 157 (61.72% from 255) = 40.78%
R=32.21%
G=27.01%
B=40.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1241041570.210.3400.38262.6421.2951.18
Hex7C689D15220261071533
Octal17415023525420464072563
Binary111110011010001001110110101100010010011010000011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,104,157); }

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

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

 a { background-color: rgb(124,104,157); }

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

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

 span { border-color: rgb(124,104,157); }

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