#7D559D

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

Shades of Studio #7D559D

Tints of Studio #7D559D

Color information

#7D559D (or 0x7D559D) is unknown color: approx Studio. HEX triplet: 7D, 55 and 9D. RGB value is (125,85,157). Sum of RGB (Red+Green+Blue) = 125+85+157=367 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.06% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D559D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D559D is #82AA62. Grayscale: #686868. Windows color (decimal): -8563299 or 10311037. OLE color: 10311037.

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

Color convert

RGB12585157-
CMYK0.200.4600.38
HSL273.33º29.75%47.45%-
HSV(B)273.33º45.86%61.57%-
XYZ17.7913.2933.53-
YUV105.17157.25142.15-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.06%
GREEN value IS 85 (33.59% from 255) = 23.16%
BLUE value IS 157 (61.72% from 255) = 42.78%
R=34.06%
G=23.16%
B=42.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal125851570.200.4600.38273.3329.7547.45
Hex7D559D142E0261111e2f
Octal17512523524560464213657
Binary111110110101011001110110100101110010011010001000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D559D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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