#7B6D9B

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

Shades of Deluge #7B6D9B

Tints of Deluge #7B6D9B

Color information

#7B6D9B (or 0x7B6D9B) is unknown color: approx Deluge. HEX triplet: 7B, 6D and 9B. RGB value is (123,109,155). Sum of RGB (Red+Green+Blue) = 123+109+155=387 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.78% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B6D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6D9B is #849264. Grayscale: #767676. Windows color (decimal): -8688229 or 10186107. OLE color: 10186107.

HSL color Cylindrical-coordinate representation of color #7B6D9B: hue angle of 258.26º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B6D9B is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB123109155-
CMYK0.210.3000.39
HSL258.26º18.7%51.76%-
HSV(B)258.26º29.68%60.78%-
XYZ19.5517.5133.36-
YUV118.43148.64131.26-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.78%
GREEN value IS 109 (42.97% from 255) = 28.17%
BLUE value IS 155 (60.94% from 255) = 40.05%
R=31.78%
G=28.17%
B=40.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1231091550.210.3000.39258.2618.751.76
Hex7B6D9B151E0271021334
Octal17315523325360474022364
Binary11110111101101100110111010111110010011110000001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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