#7C539B

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

Shades of Studio #7C539B

Tints of Studio #7C539B

Color information

#7C539B (or 0x7C539B) is unknown color: approx Studio. HEX triplet: 7C, 53 and 9B. RGB value is (124,83,155). Sum of RGB (Red+Green+Blue) = 124+83+155=362 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.25% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C539B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C539B is #83AC64. Grayscale: #676767. Windows color (decimal): -8629349 or 10179452. OLE color: 10179452.

HSL color Cylindrical-coordinate representation of color #7C539B: hue angle of 274.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C539B is Cyan = 0.2, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12483155-
CMYK0.20.4600.39
HSL274.17º30.25%46.67%-
HSV(B)274.17º46.45%60.78%-
XYZ17.3212.8432.58-
YUV103.47157.08142.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.25%
GREEN value IS 83 (32.81% from 255) = 22.93%
BLUE value IS 155 (60.94% from 255) = 42.82%
R=34.25%
G=22.93%
B=42.82%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal124831550.20.4600.39274.1730.2546.67
Hex7C539B142E0271121e2f
Octal17412323324560474223657
Binary111110010100111001101110100101110010011110001001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C539B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,83,155); }

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

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

 a { background-color: rgb(124,83,155); }

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

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

 span { border-color: rgb(124,83,155); }

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