#7B6FA4

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

Shades of Deluge #7B6FA4

Tints of Deluge #7B6FA4

Color information

#7B6FA4 (or 0x7B6FA4) is unknown color: approx Deluge. HEX triplet: 7B, 6F and A4. RGB value is (123,111,164). Sum of RGB (Red+Green+Blue) = 123+111+164=398 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.90% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 164 (64.45% from 255 or 41.21% from 398); Max value from RGB is 164 - color contains mainly: blue. Hex color #7B6FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6FA4 is #84905B. Grayscale: #787878. Windows color (decimal): -8687708 or 10776443. OLE color: 10776443.

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

Color convert

RGB123111164-
CMYK0.250.3200.36
HSL253.58º22.55%53.92%-
HSV(B)253.58º32.32%64.31%-
XYZ20.5518.2637.56-
YUV120.63152.48129.69-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.90%
GREEN value IS 111 (43.75% from 255) = 27.89%
BLUE value IS 164 (64.45% from 255) = 41.21%
R=30.90%
G=27.89%
B=41.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1231111640.250.3200.36253.5822.5553.92
Hex7B6FA41920024fe1736
Octal17315724431400443762766
Binary11110111101111101001001100110000001001001111111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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