#7C589B

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

Shades of Studio #7C589B

Tints of Studio #7C589B

Color information

#7C589B (or 0x7C589B) is unknown color: approx Studio. HEX triplet: 7C, 58 and 9B. RGB value is (124,88,155). Sum of RGB (Red+Green+Blue) = 124+88+155=367 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.79% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C589B is #83A764. Grayscale: #6A6A6A. Windows color (decimal): -8628069 or 10180732. OLE color: 10180732.

HSL color Cylindrical-coordinate representation of color #7C589B: hue angle of 272.24º 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 #7C589B is Cyan = 0.2, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12488155-
CMYK0.20.4300.39
HSL272.24º27.57%47.65%-
HSV(B)272.24º43.23%60.78%-
XYZ17.7213.6332.71-
YUV106.4155.43140.55-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.79%
GREEN value IS 88 (34.77% from 255) = 23.98%
BLUE value IS 155 (60.94% from 255) = 42.23%
R=33.79%
G=23.98%
B=42.23%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal124881550.20.4300.39272.2427.5747.65
Hex7C589B142B0271101c30
Octal17413023324530474203460
Binary111110010110001001101110100101011010011110001000011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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