#7B6EA4

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

Shades of Deluge #7B6EA4

Tints of Deluge #7B6EA4

Color information

#7B6EA4 (or 0x7B6EA4) is unknown color: approx Deluge. HEX triplet: 7B, 6E and A4. RGB value is (123,110,164). Sum of RGB (Red+Green+Blue) = 123+110+164=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 164 - color contains mainly: blue. Hex color #7B6EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6EA4 is #84915B. Grayscale: #777777. Windows color (decimal): -8687964 or 10776187. OLE color: 10776187.

HSL color Cylindrical-coordinate representation of color #7B6EA4: hue angle of 254.44º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B6EA4 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB123110164-
CMYK0.250.3300.36
HSL254.44º22.88%53.73%-
HSV(B)254.44º32.93%64.31%-
XYZ20.4518.0437.53-
YUV120.04152.81130.11-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.98%
GREEN value IS 110 (43.36% from 255) = 27.71%
BLUE value IS 164 (64.45% from 255) = 41.31%
R=30.98%
G=27.71%
B=41.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1231101640.250.3300.36254.4422.8853.73
Hex7B6EA41921024fe1736
Octal17315624431410443762766
Binary11110111101110101001001100110000101001001111111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,110,164); }

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

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

 a { background-color: rgb(123,110,164); }

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

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

 span { border-color: rgb(123,110,164); }

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