#7C61FB

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

Shades of Medium Slate Blue #7C61FB

Tints of Medium Slate Blue #7C61FB

Color information

#7C61FB (or 0x7C61FB) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 61 and FB. RGB value is (124,97,251). Sum of RGB (Red+Green+Blue) = 124+97+251=472 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.27% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #7C61FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C61FB is #839E04. Grayscale: #7A7A7A. Windows color (decimal): -8625669 or 16474492. OLE color: 16474492.

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

Color convert

RGB12497251-
CMYK0.510.6100.02
HSL250.52º95.06%68.24%-
HSV(B)250.52º61.35%98.43%-
XYZ3019.893.51-
YUV122.63200.45128.98-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.27%
GREEN value IS 97 (38.28% from 255) = 20.55%
BLUE value IS 251 (98.44% from 255) = 53.18%
R=26.27%
G=20.55%
B=53.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal124972510.510.6100.02250.5295.0668.24
Hex7C61FB333D02fb5f44
Octal174141373637502373137104
Binary11111001100001111110111100111111010101111101110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C61FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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