#7B5DE5

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

Shades of Medium Slate Blue #7B5DE5

Tints of Medium Slate Blue #7B5DE5

Color information

#7B5DE5 (or 0x7B5DE5) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 5D and E5. RGB value is (123,93,229). Sum of RGB (Red+Green+Blue) = 123+93+229=445 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.64% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 229 (89.84% from 255 or 51.46% from 445); Max value from RGB is 229 - color contains mainly: blue. Hex color #7B5DE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5DE5 is #84A21A. Grayscale: #747474. Windows color (decimal): -8692251 or 15031675. OLE color: 15031675.

HSL color Cylindrical-coordinate representation of color #7B5DE5: hue angle of 253.24º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B5DE5 is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB12393229-
CMYK0.460.5900.10
HSL253.24º72.34%63.14%-
HSV(B)253.24º59.39%89.8%-
XYZ26.2317.776.16-
YUV117.47190.94131.94-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.64%
GREEN value IS 93 (36.72% from 255) = 20.90%
BLUE value IS 229 (89.84% from 255) = 51.46%
R=27.64%
G=20.90%
B=51.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal123932290.460.5900.10253.2472.3463.14
Hex7B5DE52E3B0Afd483f
Octal173135345567301237511077
Binary111101110111011110010110111011101101010111111011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,93,229); }

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

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

 a { background-color: rgb(123,93,229); }

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

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

 span { border-color: rgb(123,93,229); }

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