#7F5EB6

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

Shades of Deluge #7F5EB6

Tints of Deluge #7F5EB6

Color information

#7F5EB6 (or 0x7F5EB6) is unknown color: approx Deluge. HEX triplet: 7F, 5E and B6. RGB value is (127,94,182). Sum of RGB (Red+Green+Blue) = 127+94+182=403 (53% of max value = 765). Red value is 127 (50% from 255 or 31.51% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 182 - color contains mainly: blue. Hex color #7F5EB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5EB6 is #80A149. Grayscale: #717171. Windows color (decimal): -8429898 or 11951743. OLE color: 11951743.

HSL color Cylindrical-coordinate representation of color #7F5EB6: hue angle of 262.5º degrees, saturation: 0.38, 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 #7F5EB6 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12794182-
CMYK0.300.4800.29
HSL262.5º37.61%54.12%-
HSV(B)262.5º48.35%71.37%-
XYZ21.215.8946.21-
YUV113.9166.43137.34-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.51%
GREEN value IS 94 (37.11% from 255) = 23.33%
BLUE value IS 182 (71.48% from 255) = 45.16%
R=31.51%
G=23.33%
B=45.16%

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
Decimal127941820.300.4800.29262.537.6154.12
Hex7F5EB61E3001D1062636
Octal17713626636600354064666
Binary111111110111101011011011110110000011101100000110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,94,182); }

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

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

 a { background-color: rgb(127,94,182); }

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

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

 span { border-color: rgb(127,94,182); }

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