#7C5AFD

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

Shades of Medium Slate Blue #7C5AFD

Tints of Medium Slate Blue #7C5AFD

Color information

#7C5AFD (or 0x7C5AFD) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 5A and FD. RGB value is (124,90,253). Sum of RGB (Red+Green+Blue) = 124+90+253=467 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.55% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #7C5AFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C5AFD is #83A502. Grayscale: #767676. Windows color (decimal): -8627459 or 16603772. OLE color: 16603772.

HSL color Cylindrical-coordinate representation of color #7C5AFD: hue angle of 252.52º degrees, saturation: 0.98, 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 #7C5AFD is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB12490253-
CMYK0.510.6400.01
HSL252.52º97.6%67.25%-
HSV(B)252.52º64.43%99.22%-
XYZ29.718.6994.97-
YUV118.75203.76131.75-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.55%
GREEN value IS 90 (35.55% from 255) = 19.27%
BLUE value IS 253 (99.22% from 255) = 54.18%
R=26.55%
G=19.27%
B=54.18%

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
Decimal124902530.510.6400.01252.5297.667.25
Hex7C5AFD334001fd6243
Octal1741323756310001375142103
Binary11111001011010111111011100111000000011111110111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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