#7A529D

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

Shades of Studio #7A529D

Tints of Studio #7A529D

Color information

#7A529D (or 0x7A529D) is unknown color: approx Studio. HEX triplet: 7A, 52 and 9D. RGB value is (122,82,157). Sum of RGB (Red+Green+Blue) = 122+82+157=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A529D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A529D is #85AD62. Grayscale: #666666. Windows color (decimal): -8760675 or 10310266. OLE color: 10310266.

HSL color Cylindrical-coordinate representation of color #7A529D: hue angle of 272º 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 #7A529D is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12282157-
CMYK0.220.4800.38
HSL272º31.38%46.86%-
HSV(B)272º47.77%61.57%-
XYZ17.1312.6133.43-
YUV102.51158.75141.9-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.80%
GREEN value IS 82 (32.42% from 255) = 22.71%
BLUE value IS 157 (61.72% from 255) = 43.49%
R=33.80%
G=22.71%
B=43.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal122821570.220.4800.3827231.3846.86
Hex7A529D16300261101f2f
Octal17212223526600464203757
Binary111101010100101001110110110110000010011010001000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A529D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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