#7D489B

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

Shades of Studio #7D489B

Tints of Studio #7D489B

Color information

#7D489B (or 0x7D489B) is unknown color: approx Studio. HEX triplet: 7D, 48 and 9B. RGB value is (125,72,155). Sum of RGB (Red+Green+Blue) = 125+72+155=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D489B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D489B is #82B764. Grayscale: #616161. Windows color (decimal): -8566629 or 10176637. OLE color: 10176637.

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

Color convert

RGB12572155-
CMYK0.190.5400.39
HSL278.31º36.56%44.51%-
HSV(B)278.31º53.55%60.78%-
XYZ16.6911.3632.32-
YUV97.31160.56147.75-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.51%
GREEN value IS 72 (28.52% from 255) = 20.45%
BLUE value IS 155 (60.94% from 255) = 44.03%
R=35.51%
G=20.45%
B=44.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal125721550.190.5400.39278.3136.5644.51
Hex7D489B1336027116252d
Octal17511023323660474264555
Binary1111101100100010011011100111101100100111100010110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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