#7C4FC7

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

Shades of Slate Blue #7C4FC7

Tints of Slate Blue #7C4FC7

Color information

#7C4FC7 (or 0x7C4FC7) is unknown color: approx Slate Blue. HEX triplet: 7C, 4F and C7. RGB value is (124,79,199). Sum of RGB (Red+Green+Blue) = 124+79+199=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 199 (78.12% from 255 or 49.50% from 402); Max value from RGB is 199 - color contains mainly: blue. Hex color #7C4FC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C4FC7 is #83B038. Grayscale: #696969. Windows color (decimal): -8630329 or 13062012. OLE color: 13062012.

HSL color Cylindrical-coordinate representation of color #7C4FC7: hue angle of 262.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C4FC7 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12479199-
CMYK0.380.6000.22
HSL262.5º51.72%54.51%-
HSV(B)262.5º60.3%78.04%-
XYZ21.421455.61-
YUV106.14180.41140.74-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.85%
GREEN value IS 79 (31.25% from 255) = 19.65%
BLUE value IS 199 (78.12% from 255) = 49.50%
R=30.85%
G=19.65%
B=49.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal124791990.380.6000.22262.551.7254.51
Hex7C4FC7263C0161063437
Octal17411730746740264066467
Binary1111100100111111000111100110111100010110100000110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,79,199); }

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

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

 a { background-color: rgb(124,79,199); }

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

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

 span { border-color: rgb(124,79,199); }

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