#7D5899

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

Shades of Studio #7D5899

Tints of Studio #7D5899

Color information

#7D5899 (or 0x7D5899) is unknown color: approx Studio. HEX triplet: 7D, 58 and 99. RGB value is (125,88,153). Sum of RGB (Red+Green+Blue) = 125+88+153=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 153 - color contains mainly: blue. Hex color #7D5899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5899 is #82A766. Grayscale: #6A6A6A. Windows color (decimal): -8562535 or 10049661. OLE color: 10049661.

HSL color Cylindrical-coordinate representation of color #7D5899: hue angle of 274.15º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D5899 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12588153-
CMYK0.180.4200.4
HSL274.15º26.97%47.25%-
HSV(B)274.15º42.48%60%-
XYZ17.713.6431.84-
YUV106.47154.26141.21-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.15%
GREEN value IS 88 (34.77% from 255) = 24.04%
BLUE value IS 153 (60.16% from 255) = 41.80%
R=34.15%
G=24.04%
B=41.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal125881530.180.4200.4274.1526.9747.25
Hex7D5899122A0281121b2f
Octal17513023122520504223357
Binary111110110110001001100110010101010010100010001001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,88,153); }

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

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

 a { background-color: rgb(125,88,153); }

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

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

 span { border-color: rgb(125,88,153); }

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