#7C5AFC

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

Shades of Medium Slate Blue #7C5AFC

Tints of Medium Slate Blue #7C5AFC

Color information

#7C5AFC (or 0x7C5AFC) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 5A and FC. RGB value is (124,90,252). Sum of RGB (Red+Green+Blue) = 124+90+252=466 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.61% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #7C5AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C5AFC is #83A503. Grayscale: #767676. Windows color (decimal): -8627460 or 16538236. OLE color: 16538236.

HSL color Cylindrical-coordinate representation of color #7C5AFC: hue angle of 252.59º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C5AFC is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB12490252-
CMYK0.510.6400.01
HSL252.59º96.43%67.06%-
HSV(B)252.59º64.29%98.82%-
XYZ29.5418.6394.13-
YUV118.63203.26131.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.61%
GREEN value IS 90 (35.55% from 255) = 19.31%
BLUE value IS 252 (98.83% from 255) = 54.08%
R=26.61%
G=19.31%
B=54.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal124902520.510.6400.01252.5996.4367.06
Hex7C5AFC334001fd6043
Octal1741323746310001375140103
Binary11111001011010111111001100111000000011111110111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,90,252); }

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

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

 a { background-color: rgb(124,90,252); }

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

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

 span { border-color: rgb(124,90,252); }

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