#7D499B

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

Shades of Studio #7D499B

Tints of Studio #7D499B

Color information

#7D499B (or 0x7D499B) is unknown color: approx Studio. HEX triplet: 7D, 49 and 9B. RGB value is (125,73,155). Sum of RGB (Red+Green+Blue) = 125+73+155=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D499B is #82B664. Grayscale: #616161. Windows color (decimal): -8566373 or 10176893. OLE color: 10176893.

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

Color convert

RGB12573155-
CMYK0.190.5300.39
HSL278.05º35.96%44.71%-
HSV(B)278.05º52.9%60.78%-
XYZ16.7611.4932.35-
YUV97.9160.23147.33-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.41%
GREEN value IS 73 (28.91% from 255) = 20.68%
BLUE value IS 155 (60.94% from 255) = 43.91%
R=35.41%
G=20.68%
B=43.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal125731550.190.5300.39278.0535.9644.71
Hex7D499B1335027116242d
Octal17511123323650474264455
Binary1111101100100110011011100111101010100111100010110100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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