#7E5BAA

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

Shades of Studio #7E5BAA

Tints of Studio #7E5BAA

Color information

#7E5BAA (or 0x7E5BAA) is unknown color: approx Studio. HEX triplet: 7E, 5B and AA. RGB value is (126,91,170). Sum of RGB (Red+Green+Blue) = 126+91+170=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E5BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5BAA is #81A455. Grayscale: #6E6E6E. Windows color (decimal): -8496214 or 11164542. OLE color: 11164542.

HSL color Cylindrical-coordinate representation of color #7E5BAA: hue angle of 266.58º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E5BAA is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12691170-
CMYK0.260.4600.33
HSL266.58º31.73%51.18%-
HSV(B)266.58º46.47%66.67%-
XYZ19.614.8239.86-
YUV110.47161.6139.08-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.56%
GREEN value IS 91 (35.94% from 255) = 23.51%
BLUE value IS 170 (66.80% from 255) = 43.93%
R=32.56%
G=23.51%
B=43.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal126911700.260.4600.33266.5831.7351.18
Hex7E5BAA1A2E02110b2033
Octal17613325232560414134063
Binary1111110101101110101010110101011100100001100001011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,91,170); }

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

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

 a { background-color: rgb(126,91,170); }

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

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

 span { border-color: rgb(126,91,170); }

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