#7d509d

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

Shades of Studio #7D509D

Tints of Studio #7D509D

Color information

#7D509D (or 0x7D509D) is unknown color: approx Studio. HEX triplet: 7D, 50 and 9D. RGB value is (125,80,157). Sum of RGB (Red+Green+Blue) = 125+80+157=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D509D is #82AF62. Grayscale: #656565. Windows color (decimal): -8564579 or 10309757. OLE color: 10309757.

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

Color convert

RGB12580157-
CMYK0.200.4900.38
HSL275.06º32.49%46.47%-
HSV(B)275.06º49.04%61.57%-
XYZ17.4112.5333.4-
YUV102.23158.91144.24-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.53%
GREEN value IS 80 (31.64% from 255) = 22.10%
BLUE value IS 157 (61.72% from 255) = 43.37%
R=34.53%
G=22.10%
B=43.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal125801570.200.4900.38275.0632.4946.47
Hex7D509D1431026113202e
Octal17512023524610464234056
Binary1111101101000010011101101001100010100110100010011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d509d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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