#7B6499

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

Shades of Deluge #7B6499

Tints of Deluge #7B6499

Color information

#7B6499 (or 0x7B6499) is unknown color: approx Deluge. HEX triplet: 7B, 64 and 99. RGB value is (123,100,153). Sum of RGB (Red+Green+Blue) = 123+100+153=376 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.71% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #7B6499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6499 is #849B66. Grayscale: #707070. Windows color (decimal): -8690535 or 10052731. OLE color: 10052731.

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

Color convert

RGB123100153-
CMYK0.200.3500.4
HSL266.04º20.95%49.61%-
HSV(B)266.04º34.64%60%-
XYZ18.4815.6332.18-
YUV112.92150.62135.19-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.71%
GREEN value IS 100 (39.45% from 255) = 26.60%
BLUE value IS 153 (60.16% from 255) = 40.69%
R=32.71%
G=26.60%
B=40.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1231001530.200.3500.4266.0420.9549.61
Hex7B6499142302810a1532
Octal17314423124430504122562
Binary111101111001001001100110100100011010100010000101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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