#7E5CAA

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

Shades of Studio #7E5CAA

Tints of Studio #7E5CAA

Color information

#7E5CAA (or 0x7E5CAA) is unknown color: approx Studio. HEX triplet: 7E, 5C and AA. RGB value is (126,92,170). Sum of RGB (Red+Green+Blue) = 126+92+170=388 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.47% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E5CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5CAA is #81A355. Grayscale: #6E6E6E. Windows color (decimal): -8495958 or 11164798. OLE color: 11164798.

HSL color Cylindrical-coordinate representation of color #7E5CAA: hue angle of 266.15º degrees, saturation: 0.31, 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 #7E5CAA is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12692170-
CMYK0.260.4600.33
HSL266.15º31.45%51.37%-
HSV(B)266.15º45.88%66.67%-
XYZ19.6914.9939.89-
YUV111.06161.26138.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.47%
GREEN value IS 92 (36.33% from 255) = 23.71%
BLUE value IS 170 (66.80% from 255) = 43.81%
R=32.47%
G=23.71%
B=43.81%

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
Decimal126921700.260.4600.33266.1531.4551.37
Hex7E5CAA1A2E02110a1f33
Octal17613425232560414123763
Binary111111010111001010101011010101110010000110000101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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