#7C59C1

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

Shades of Slate Blue #7C59C1

Tints of Slate Blue #7C59C1

Color information

#7C59C1 (or 0x7C59C1) is unknown color: approx Slate Blue. HEX triplet: 7C, 59 and C1. RGB value is (124,89,193). Sum of RGB (Red+Green+Blue) = 124+89+193=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #7C59C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C59C1 is #83A63E. Grayscale: #6E6E6E. Windows color (decimal): -8627775 or 12671356. OLE color: 12671356.

HSL color Cylindrical-coordinate representation of color #7C59C1: hue angle of 260.19º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C59C1 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12489193-
CMYK0.360.5400.24
HSL260.19º45.61%55.29%-
HSV(B)260.19º53.89%75.69%-
XYZ21.5115.2852.27-
YUV111.32174.1137.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.54%
GREEN value IS 89 (35.16% from 255) = 21.92%
BLUE value IS 193 (75.78% from 255) = 47.54%
R=30.54%
G=21.92%
B=47.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal124891930.360.5400.24260.1945.6155.29
Hex7C59C124360181042e37
Octal17413130144660304045667
Binary1111100101100111000001100100110110011000100000100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C59C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,89,193); }

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

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

 a { background-color: rgb(124,89,193); }

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

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

 span { border-color: rgb(124,89,193); }

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