#7E5FB5

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

Shades of Deluge #7E5FB5

Tints of Deluge #7E5FB5

Color information

#7E5FB5 (or 0x7E5FB5) is unknown color: approx Deluge. HEX triplet: 7E, 5F and B5. RGB value is (126,95,181). Sum of RGB (Red+Green+Blue) = 126+95+181=402 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.34% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 181 - color contains mainly: blue. Hex color #7E5FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5FB5 is #81A04A. Grayscale: #717171. Windows color (decimal): -8495179 or 11886462. OLE color: 11886462.

HSL color Cylindrical-coordinate representation of color #7E5FB5: hue angle of 261.63º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E5FB5 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12695181-
CMYK0.300.4800.29
HSL261.63º36.75%54.12%-
HSV(B)261.63º47.51%70.98%-
XYZ21.0415.9645.69-
YUV114.07165.77136.51-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.34%
GREEN value IS 95 (37.5% from 255) = 23.63%
BLUE value IS 181 (71.09% from 255) = 45.02%
R=31.34%
G=23.63%
B=45.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal126951810.300.4800.29261.6336.7554.12
Hex7E5FB51E3001D1062536
Octal17613726536600354064566
Binary111111010111111011010111110110000011101100000110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,95,181); }

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

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

 a { background-color: rgb(126,95,181); }

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

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

 span { border-color: rgb(126,95,181); }

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