#7C56FD

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

Shades of Medium Slate Blue #7C56FD

Tints of Medium Slate Blue #7C56FD

Color information

#7C56FD (or 0x7C56FD) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 56 and FD. RGB value is (124,86,253). Sum of RGB (Red+Green+Blue) = 124+86+253=463 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.78% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #7C56FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C56FD is #83A902. Grayscale: #737373. Windows color (decimal): -8628483 or 16602748. OLE color: 16602748.

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

Color convert

RGB12486253-
CMYK0.510.6600.01
HSL253.65º97.66%66.47%-
HSV(B)253.65º66.01%99.22%-
XYZ29.3718.0394.86-
YUV116.4205.09133.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.78%
GREEN value IS 86 (33.98% from 255) = 18.57%
BLUE value IS 253 (99.22% from 255) = 54.64%
R=26.78%
G=18.57%
B=54.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal124862530.510.6600.01253.6597.6666.47
Hex7C56FD334201fe6242
Octal1741263756310201376142102
Binary11111001010110111111011100111000010011111111011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C56FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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