#7B6DAB

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

Shades of Deluge #7B6DAB

Tints of Deluge #7B6DAB

Color information

#7B6DAB (or 0x7B6DAB) is unknown color: approx Deluge. HEX triplet: 7B, 6D and AB. RGB value is (123,109,171). Sum of RGB (Red+Green+Blue) = 123+109+171=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B6DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6DAB is #849254. Grayscale: #787878. Windows color (decimal): -8688213 or 11234683. OLE color: 11234683.

HSL color Cylindrical-coordinate representation of color #7B6DAB: hue angle of 253.55º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7B6DAB is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB123109171-
CMYK0.280.3600.33
HSL253.55º26.96%54.9%-
HSV(B)253.55º36.26%67.06%-
XYZ20.9918.0940.91-
YUV120.25156.64129.96-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.52%
GREEN value IS 109 (42.97% from 255) = 27.05%
BLUE value IS 171 (67.19% from 255) = 42.43%
R=30.52%
G=27.05%
B=42.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231091710.280.3600.33253.5526.9654.9
Hex7B6DAB1C24021fe1b37
Octal17315525334440413763367
Binary11110111101101101010111110010010001000011111111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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