#7B689B

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

Shades of Deluge #7B689B

Tints of Deluge #7B689B

Color information

#7B689B (or 0x7B689B) is unknown color: approx Deluge. HEX triplet: 7B, 68 and 9B. RGB value is (123,104,155). Sum of RGB (Red+Green+Blue) = 123+104+155=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B689B is #849764. Grayscale: #737373. Windows color (decimal): -8689509 or 10184827. OLE color: 10184827.

HSL color Cylindrical-coordinate representation of color #7B689B: hue angle of 262.35º 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 #7B689B is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB123104155-
CMYK0.210.3300.39
HSL262.35º20.32%50.78%-
HSV(B)262.35º32.9%60.78%-
XYZ19.0416.4833.19-
YUV115.49150.29133.35-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.20%
GREEN value IS 104 (41.02% from 255) = 27.23%
BLUE value IS 155 (60.94% from 255) = 40.58%
R=32.20%
G=27.23%
B=40.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1231041550.210.3300.39262.3520.3250.78
Hex7B689B15210271061433
Octal17315023325410474062463
Binary111101111010001001101110101100001010011110000011010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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