#7D549A

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

Shades of Studio #7D549A

Tints of Studio #7D549A

Color information

#7D549A (or 0x7D549A) is unknown color: approx Studio. HEX triplet: 7D, 54 and 9A. RGB value is (125,84,154). Sum of RGB (Red+Green+Blue) = 125+84+154=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 154 - color contains mainly: blue. Hex color #7D549A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D549A is #82AB65. Grayscale: #686868. Windows color (decimal): -8563558 or 10114173. OLE color: 10114173.

HSL color Cylindrical-coordinate representation of color #7D549A: hue angle of 275.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D549A is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12584154-
CMYK0.190.4500.40
HSL275.14º29.41%46.67%-
HSV(B)275.14º45.45%60.39%-
XYZ17.4613.0332.17-
YUV104.24156.08142.81-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.44%
GREEN value IS 84 (33.20% from 255) = 23.14%
BLUE value IS 154 (60.55% from 255) = 42.42%
R=34.44%
G=23.14%
B=42.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal125841540.190.4500.40275.1429.4146.67
Hex7D549A132D0281131d2f
Octal17512423223550504233557
Binary111110110101001001101010011101101010100010001001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D549A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,84,154); }

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

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

 a { background-color: rgb(125,84,154); }

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

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

 span { border-color: rgb(125,84,154); }

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