#7B5EAB

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

Shades of Deluge #7B5EAB

Tints of Deluge #7B5EAB

Color information

#7B5EAB (or 0x7B5EAB) is unknown color: approx Deluge. HEX triplet: 7B, 5E and AB. RGB value is (123,94,171). Sum of RGB (Red+Green+Blue) = 123+94+171=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 94 (37.11% from 255 or 24.23% 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 #7B5EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5EAB is #84A154. Grayscale: #6F6F6F. Windows color (decimal): -8692053 or 11230843. OLE color: 11230843.

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

Color convert

RGB12394171-
CMYK0.280.4500.33
HSL262.6º31.43%51.96%-
HSV(B)262.6º45.03%67.06%-
XYZ19.5215.1640.42-
YUV111.45161.61136.24-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.70%
GREEN value IS 94 (37.11% from 255) = 24.23%
BLUE value IS 171 (67.19% from 255) = 44.07%
R=31.70%
G=24.23%
B=44.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal123941710.280.4500.33262.631.4351.96
Hex7B5EAB1C2D0211071f34
Octal17313625334550414073764
Binary111101110111101010101111100101101010000110000011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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