#7E4EBA

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

Shades of Studio #7E4EBA

Tints of Studio #7E4EBA

Color information

#7E4EBA (or 0x7E4EBA) is unknown color: approx Studio. HEX triplet: 7E, 4E and BA. RGB value is (126,78,186). Sum of RGB (Red+Green+Blue) = 126+78+186=390 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.31% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E4EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E4EBA is #81B145. Grayscale: #686868. Windows color (decimal): -8499526 or 12209790. OLE color: 12209790.

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

Color convert

RGB12678186-
CMYK0.320.5800.27
HSL266.67º43.9%51.76%-
HSV(B)266.67º58.06%72.94%-
XYZ20.1913.4347.98-
YUV104.66173.9143.22-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.31%
GREEN value IS 78 (30.86% from 255) = 20%
BLUE value IS 186 (73.05% from 255) = 47.69%
R=32.31%
G=20%
B=47.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal126781860.320.5800.27266.6743.951.76
Hex7E4EBA203A01B10b2c34
Octal17611627240720334135464
Binary1111110100111010111010100000111010011011100001011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,78,186); }

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

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

 a { background-color: rgb(126,78,186); }

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

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

 span { border-color: rgb(126,78,186); }

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