#7B6999

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

Shades of Deluge #7B6999

Tints of Deluge #7B6999

Color information

#7B6999 (or 0x7B6999) is unknown color: approx Deluge. HEX triplet: 7B, 69 and 99. RGB value is (123,105,153). Sum of RGB (Red+Green+Blue) = 123+105+153=381 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.28% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 153 - color contains mainly: blue. Hex color #7B6999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6999 is #849666. Grayscale: #737373. Windows color (decimal): -8689255 or 10054011. OLE color: 10054011.

HSL color Cylindrical-coordinate representation of color #7B6999: hue angle of 262.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B6999 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB123105153-
CMYK0.200.3100.4
HSL262.5º19.05%50.59%-
HSV(B)262.5º31.37%60%-
XYZ18.9716.6132.34-
YUV115.85148.96133.1-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.28%
GREEN value IS 105 (41.41% from 255) = 27.56%
BLUE value IS 153 (60.16% from 255) = 40.16%
R=32.28%
G=27.56%
B=40.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1231051530.200.3100.4262.519.0550.59
Hex7B6999141F0281061333
Octal17315123124370504062363
Binary11110111101001100110011010011111010100010000011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,105,153); }

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

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

 a { background-color: rgb(123,105,153); }

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

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

 span { border-color: rgb(123,105,153); }

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