#7B49EB

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

Shades of Medium Slate Blue #7B49EB

Tints of Medium Slate Blue #7B49EB

Color information

#7B49EB (or 0x7B49EB) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 49 and EB. RGB value is (123,73,235). Sum of RGB (Red+Green+Blue) = 123+73+235=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B49EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B49EB is #84B614. Grayscale: #696969. Windows color (decimal): -8697365 or 15419771. OLE color: 15419771.

HSL color Cylindrical-coordinate representation of color #7B49EB: hue angle of 258.52º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B49EB is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12373235-
CMYK0.480.6900.08
HSL258.52º80.2%60.39%-
HSV(B)258.52º68.94%92.16%-
XYZ25.5514.9780.14-
YUV106.42200.56139.83-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.54%
GREEN value IS 73 (28.91% from 255) = 16.94%
BLUE value IS 235 (92.19% from 255) = 54.52%
R=28.54%
G=16.94%
B=54.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal123732350.480.6900.08258.5280.260.39
Hex7B49EB304508103503c
Octal1731113536010501040312074
Binary11110111001001111010111100001000101010001000000111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B49EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,73,235); }

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

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

 a { background-color: rgb(123,73,235); }

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

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

 span { border-color: rgb(123,73,235); }

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