#7E4FBA

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

Shades of Studio #7E4FBA

Tints of Studio #7E4FBA

Color information

#7E4FBA (or 0x7E4FBA) is unknown color: approx Studio. HEX triplet: 7E, 4F and BA. RGB value is (126,79,186). Sum of RGB (Red+Green+Blue) = 126+79+186=391 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.23% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E4FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E4FBA is #81B045. Grayscale: #686868. Windows color (decimal): -8499270 or 12210046. OLE color: 12210046.

HSL color Cylindrical-coordinate representation of color #7E4FBA: hue angle of 266.36º 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 #7E4FBA is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12679186-
CMYK0.320.5800.27
HSL266.36º43.67%51.96%-
HSV(B)266.36º57.53%72.94%-
XYZ20.2613.5748.01-
YUV105.25173.57142.8-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.23%
GREEN value IS 79 (31.25% from 255) = 20.20%
BLUE value IS 186 (73.05% from 255) = 47.57%
R=32.23%
G=20.20%
B=47.57%

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
Decimal126791860.320.5800.27266.3643.6751.96
Hex7E4FBA203A01B10a2c34
Octal17611727240720334125464
Binary1111110100111110111010100000111010011011100001010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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