#7b60ec

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

Shades of Medium Slate Blue #7B60EC

Tints of Medium Slate Blue #7B60EC

Color information

#7B60EC (or 0x7B60EC) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 60 and EC. RGB value is (123,96,236). Sum of RGB (Red+Green+Blue) = 123+96+236=455 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.03% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B60EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B60EC is #849F13. Grayscale: #777777. Windows color (decimal): -8691476 or 15491195. OLE color: 15491195.

HSL color Cylindrical-coordinate representation of color #7B60EC: hue angle of 251.57º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B60EC is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12396236-
CMYK0.480.5900.07
HSL251.57º78.65%65.1%-
HSV(B)251.57º59.32%92.55%-
XYZ27.4918.6381.5-
YUV120.03193.45130.12-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.03%
GREEN value IS 96 (37.89% from 255) = 21.10%
BLUE value IS 236 (92.58% from 255) = 51.87%
R=27.03%
G=21.10%
B=51.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal123962360.480.5900.07251.5778.6565.1
Hex7B60EC303B07fc4f41
Octal173140354607307374117101
Binary111101111000001110110011000011101101111111110010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b60ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,96,236); }

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

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

 a { background-color: rgb(123,96,236); }

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

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

 span { border-color: rgb(123,96,236); }

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