#7D589B

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

Shades of Studio #7D589B

Tints of Studio #7D589B

Color information

#7D589B (or 0x7D589B) is unknown color: approx Studio. HEX triplet: 7D, 58 and 9B. RGB value is (125,88,155). Sum of RGB (Red+Green+Blue) = 125+88+155=368 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.97% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D589B is #82A764. Grayscale: #6A6A6A. Windows color (decimal): -8562533 or 10180733. OLE color: 10180733.

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

Color convert

RGB12588155-
CMYK0.190.4300.39
HSL273.13º27.57%47.65%-
HSV(B)273.13º43.23%60.78%-
XYZ17.8613.7132.71-
YUV106.7155.26141.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.97%
GREEN value IS 88 (34.77% from 255) = 23.91%
BLUE value IS 155 (60.94% from 255) = 42.12%
R=33.97%
G=23.91%
B=42.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal125881550.190.4300.39273.1327.5747.65
Hex7D589B132B0271111c30
Octal17513023323530474213460
Binary111110110110001001101110011101011010011110001000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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