#7D509F

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

Shades of Studio #7D509F

Tints of Studio #7D509F

Color information

#7D509F (or 0x7D509F) is unknown color: approx Studio. HEX triplet: 7D, 50 and 9F. RGB value is (125,80,159). Sum of RGB (Red+Green+Blue) = 125+80+159=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 159 - color contains mainly: blue. Hex color #7D509F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D509F is #82AF60. Grayscale: #666666. Windows color (decimal): -8564577 or 10440829. OLE color: 10440829.

HSL color Cylindrical-coordinate representation of color #7D509F: hue angle of 274.18º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D509F is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12580159-
CMYK0.210.5000.38
HSL274.18º33.05%46.86%-
HSV(B)274.18º49.69%62.35%-
XYZ17.5812.634.31-
YUV102.46159.91144.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.34%
GREEN value IS 80 (31.64% from 255) = 21.98%
BLUE value IS 159 (62.5% from 255) = 43.68%
R=34.34%
G=21.98%
B=43.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal125801590.210.5000.38274.1833.0546.86
Hex7D509F1532026112212f
Octal17512023725620464224157
Binary1111101101000010011111101011100100100110100010010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D509F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,80,159); }

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

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

 a { background-color: rgb(125,80,159); }

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

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

 span { border-color: rgb(125,80,159); }

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