#7B51EC

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

Shades of Medium Slate Blue #7B51EC

Tints of Medium Slate Blue #7B51EC

Color information

#7B51EC (or 0x7B51EC) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 51 and EC. RGB value is (123,81,236). Sum of RGB (Red+Green+Blue) = 123+81+236=440 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.95% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B51EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B51EC is #84AE13. Grayscale: #6E6E6E. Windows color (decimal): -8695316 or 15487355. OLE color: 15487355.

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

Color convert

RGB12381236-
CMYK0.480.6600.07
HSL256.26º80.31%62.16%-
HSV(B)256.26º65.68%92.55%-
XYZ26.2516.1581.09-
YUV111.23198.41136.4-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.95%
GREEN value IS 81 (32.03% from 255) = 18.41%
BLUE value IS 236 (92.58% from 255) = 53.64%
R=27.95%
G=18.41%
B=53.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal123812360.480.6600.07256.2680.3162.16
Hex7B51EC304207100503e
Octal173121354601020740012076
Binary1111011101000111101100110000100001001111000000001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B51EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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