#7D539C

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

Shades of Studio #7D539C

Tints of Studio #7D539C

Color information

#7D539C (or 0x7D539C) is unknown color: approx Studio. HEX triplet: 7D, 53 and 9C. RGB value is (125,83,156). Sum of RGB (Red+Green+Blue) = 125+83+156=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 156 - color contains mainly: blue. Hex color #7D539C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D539C is #82AC63. Grayscale: #676767. Windows color (decimal): -8563812 or 10244989. OLE color: 10244989.

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

Color convert

RGB12583156-
CMYK0.200.4700.39
HSL274.52º30.54%46.86%-
HSV(B)274.52º46.79%61.18%-
XYZ17.5512.9533.03-
YUV103.88157.41143.06-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.34%
GREEN value IS 83 (32.81% from 255) = 22.80%
BLUE value IS 156 (61.33% from 255) = 42.86%
R=34.34%
G=22.80%
B=42.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal125831560.200.4700.39274.5230.5446.86
Hex7D539C142F0271131f2f
Octal17512323424570474233757
Binary111110110100111001110010100101111010011110001001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,83,156); }

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

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

 a { background-color: rgb(125,83,156); }

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

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

 span { border-color: rgb(125,83,156); }

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