#7C6BF0

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

Shades of Medium Slate Blue #7C6BF0

Tints of Medium Slate Blue #7C6BF0

Color information

#7C6BF0 (or 0x7C6BF0) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 6B and F0. RGB value is (124,107,240). Sum of RGB (Red+Green+Blue) = 124+107+240=471 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.33% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 240 (94.14% from 255 or 50.96% from 471); Max value from RGB is 240 - color contains mainly: blue. Hex color #7C6BF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C6BF0 is #83940F. Grayscale: #7E7E7E. Windows color (decimal): -8623120 or 15756156. OLE color: 15756156.

HSL color Cylindrical-coordinate representation of color #7C6BF0: hue angle of 247.67º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C6BF0 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB124107240-
CMYK0.480.5500.06
HSL247.67º81.6%68.04%-
HSV(B)247.67º55.42%94.12%-
XYZ29.321.0984.97-
YUV127.24191.63125.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.33%
GREEN value IS 107 (42.19% from 255) = 22.72%
BLUE value IS 240 (94.14% from 255) = 50.96%
R=26.33%
G=22.72%
B=50.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1241072400.480.5500.06247.6781.668.04
Hex7C6BF0303706f85244
Octal174153360606706370122104
Binary111110011010111111000011000011011101101111100010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,107,240); }

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

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

 a { background-color: rgb(124,107,240); }

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

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

 span { border-color: rgb(124,107,240); }

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