#7D529D

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

Shades of Studio #7D529D

Tints of Studio #7D529D

Color information

#7D529D (or 0x7D529D) is unknown color: approx Studio. HEX triplet: 7D, 52 and 9D. RGB value is (125,82,157). Sum of RGB (Red+Green+Blue) = 125+82+157=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D529D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D529D is #82AD62. Grayscale: #676767. Windows color (decimal): -8564067 or 10310269. OLE color: 10310269.

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

Color convert

RGB12582157-
CMYK0.200.4800.38
HSL274.4º31.38%46.86%-
HSV(B)274.4º47.77%61.57%-
XYZ17.5612.8333.45-
YUV103.41158.25143.4-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.34%
GREEN value IS 82 (32.42% from 255) = 22.53%
BLUE value IS 157 (61.72% from 255) = 43.13%
R=34.34%
G=22.53%
B=43.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal125821570.200.4800.38274.431.3846.86
Hex7D529D14300261121f2f
Octal17512223524600464223757
Binary111110110100101001110110100110000010011010001001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D529D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,82,157); }

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

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

 a { background-color: rgb(125,82,157); }

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

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

 span { border-color: rgb(125,82,157); }

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