#7C689B

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

Shades of Deluge #7C689B

Tints of Deluge #7C689B

Color information

#7C689B (or 0x7C689B) is unknown color: approx Deluge. HEX triplet: 7C, 68 and 9B. RGB value is (124,104,155). Sum of RGB (Red+Green+Blue) = 124+104+155=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C689B is #839764. Grayscale: #737373. Windows color (decimal): -8623973 or 10184828. OLE color: 10184828.

HSL color Cylindrical-coordinate representation of color #7C689B: hue angle of 263.53º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C689B is Cyan = 0.2, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB124104155-
CMYK0.20.3300.39
HSL263.53º20.32%50.78%-
HSV(B)263.53º32.9%60.78%-
XYZ19.1816.5533.19-
YUV115.79150.13133.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.38%
GREEN value IS 104 (41.02% from 255) = 27.15%
BLUE value IS 155 (60.94% from 255) = 40.47%
R=32.38%
G=27.15%
B=40.47%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1241041550.20.3300.39263.5320.3250.78
Hex7C689B14210271081433
Octal17415023324410474102463
Binary111110011010001001101110100100001010011110000100010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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