#7C5DAB

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

Shades of Deluge #7C5DAB

Tints of Deluge #7C5DAB

Color information

#7C5DAB (or 0x7C5DAB) is unknown color: approx Deluge. HEX triplet: 7C, 5D and AB. RGB value is (124,93,171). Sum of RGB (Red+Green+Blue) = 124+93+171=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C5DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5DAB is #83A254. Grayscale: #6E6E6E. Windows color (decimal): -8626773 or 11230588. OLE color: 11230588.

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

Color convert

RGB12493171-
CMYK0.270.4600.33
HSL263.85º31.71%51.76%-
HSV(B)263.85º45.61%67.06%-
XYZ19.5815.0540.4-
YUV111.16161.77137.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.96%
GREEN value IS 93 (36.72% from 255) = 23.97%
BLUE value IS 171 (67.19% from 255) = 44.07%
R=31.96%
G=23.97%
B=44.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124931710.270.4600.33263.8531.7151.76
Hex7C5DAB1B2E0211082034
Octal17413525333560414104064
Binary1111100101110110101011110111011100100001100001000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,93,171); }

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

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

 a { background-color: rgb(124,93,171); }

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

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

 span { border-color: rgb(124,93,171); }

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