#7D559B

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

Shades of Studio #7D559B

Tints of Studio #7D559B

Color information

#7D559B (or 0x7D559B) is unknown color: approx Studio. HEX triplet: 7D, 55 and 9B. RGB value is (125,85,155). Sum of RGB (Red+Green+Blue) = 125+85+155=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D559B is #82AA64. Grayscale: #686868. Windows color (decimal): -8563301 or 10179965. OLE color: 10179965.

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

Color convert

RGB12585155-
CMYK0.190.4500.39
HSL274.29º29.17%47.06%-
HSV(B)274.29º45.16%60.78%-
XYZ17.6213.2232.63-
YUV104.94156.25142.31-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.25%
GREEN value IS 85 (33.59% from 255) = 23.29%
BLUE value IS 155 (60.94% from 255) = 42.47%
R=34.25%
G=23.29%
B=42.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal125851550.190.4500.39274.2929.1747.06
Hex7D559B132D0271121d2f
Octal17512523323550474223557
Binary111110110101011001101110011101101010011110001001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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