#7b49e7

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

Shades of Medium Slate Blue #7B49E7

Tints of Medium Slate Blue #7B49E7

Color information

#7B49E7 (or 0x7B49E7) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 49 and E7. RGB value is (123,73,231). Sum of RGB (Red+Green+Blue) = 123+73+231=427 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.81% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 231 (90.62% from 255 or 54.10% from 427); Max value from RGB is 231 - color contains mainly: blue. Hex color #7B49E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B49E7 is #84B618. Grayscale: #696969. Windows color (decimal): -8697369 or 15157627. OLE color: 15157627.

HSL color Cylindrical-coordinate representation of color #7B49E7: hue angle of 258.99º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B49E7 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB12373231-
CMYK0.470.6800.09
HSL258.99º76.7%59.61%-
HSV(B)258.99º68.4%90.59%-
XYZ24.9714.7577.13-
YUV105.96198.56140.15-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.81%
GREEN value IS 73 (28.91% from 255) = 17.10%
BLUE value IS 231 (90.62% from 255) = 54.10%
R=28.81%
G=17.10%
B=54.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal123732310.470.6800.09258.9976.759.61
Hex7B49E72F44091034d3c
Octal1731113475710401140311574
Binary11110111001001111001111011111000100010011000000111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b49e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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