#7E5CAB

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

Shades of Studio #7E5CAB

Tints of Studio #7E5CAB

Color information

#7E5CAB (or 0x7E5CAB) is unknown color: approx Studio. HEX triplet: 7E, 5C and AB. RGB value is (126,92,171). Sum of RGB (Red+Green+Blue) = 126+92+171=389 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.39% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E5CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5CAB is #81A354. Grayscale: #6E6E6E. Windows color (decimal): -8495957 or 11230334. OLE color: 11230334.

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

Color convert

RGB12692171-
CMYK0.260.4600.33
HSL265.82º31.98%51.57%-
HSV(B)265.82º46.2%67.06%-
XYZ19.7815.0340.39-
YUV111.17161.76138.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.39%
GREEN value IS 92 (36.33% from 255) = 23.65%
BLUE value IS 171 (67.19% from 255) = 43.96%
R=32.39%
G=23.65%
B=43.96%

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
Decimal126921710.260.4600.33265.8231.9851.57
Hex7E5CAB1A2E02110a2034
Octal17613425332560414124064
Binary1111110101110010101011110101011100100001100001010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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