#7B5DF9

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

Shades of Medium Slate Blue #7B5DF9

Tints of Medium Slate Blue #7B5DF9

Color information

#7B5DF9 (or 0x7B5DF9) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 5D and F9. RGB value is (123,93,249). Sum of RGB (Red+Green+Blue) = 123+93+249=465 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.45% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 249 (97.66% from 255 or 53.55% from 465); Max value from RGB is 249 - color contains mainly: blue. Hex color #7B5DF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5DF9 is #84A206. Grayscale: #777777. Windows color (decimal): -8692231 or 16342395. OLE color: 16342395.

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

Color convert

RGB12393249-
CMYK0.510.6300.02
HSL251.54º92.86%67.06%-
HSV(B)251.54º62.65%97.65%-
XYZ29.1818.8891.73-
YUV119.75200.94130.32-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.45%
GREEN value IS 93 (36.72% from 255) = 20%
BLUE value IS 249 (97.66% from 255) = 53.55%
R=26.45%
G=20%
B=53.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal123932490.510.6300.02251.5492.8667.06
Hex7B5DF9333F02fc5d43
Octal173135371637702374135103
Binary11110111011101111110011100111111110101111110010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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