#7C5FFB

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

Shades of Medium Slate Blue #7C5FFB

Tints of Medium Slate Blue #7C5FFB

Color information

#7C5FFB (or 0x7C5FFB) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 5F and FB. RGB value is (124,95,251). Sum of RGB (Red+Green+Blue) = 124+95+251=470 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.38% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #7C5FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C5FFB is #83A004. Grayscale: #787878. Windows color (decimal): -8626181 or 16473980. OLE color: 16473980.

HSL color Cylindrical-coordinate representation of color #7C5FFB: hue angle of 251.15º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C5FFB is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12495251-
CMYK0.510.6200.02
HSL251.15º95.12%67.84%-
HSV(B)251.15º62.15%98.43%-
XYZ29.8219.4393.45-
YUV121.46201.11129.82-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.38%
GREEN value IS 95 (37.5% from 255) = 20.21%
BLUE value IS 251 (98.44% from 255) = 53.40%
R=26.38%
G=20.21%
B=53.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal124952510.510.6200.02251.1595.1267.84
Hex7C5FFB333E02fb5f44
Octal174137373637602373137104
Binary11111001011111111110111100111111100101111101110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,95,251); }

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

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

 a { background-color: rgb(124,95,251); }

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

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

 span { border-color: rgb(124,95,251); }

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