#7B4FF9

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

Shades of Medium Slate Blue #7B4FF9

Tints of Medium Slate Blue #7B4FF9

Color information

#7B4FF9 (or 0x7B4FF9) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 4F and F9. RGB value is (123,79,249). Sum of RGB (Red+Green+Blue) = 123+79+249=451 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.27% from 451); Green value is 79 (31.25% from 255 or 17.52% from 451); Blue value is 249 (97.66% from 255 or 55.21% from 451); Max value from RGB is 249 - color contains mainly: blue. Hex color #7B4FF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B4FF9 is #84B006. Grayscale: #6E6E6E. Windows color (decimal): -8695815 or 16338811. OLE color: 16338811.

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

Color convert

RGB12379249-
CMYK0.510.6800.02
HSL255.53º93.41%64.31%-
HSV(B)255.53º68.27%97.65%-
XYZ28.0616.6491.36-
YUV111.54205.58136.18-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.27%
GREEN value IS 79 (31.25% from 255) = 17.52%
BLUE value IS 249 (97.66% from 255) = 55.21%
R=27.27%
G=17.52%
B=55.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal123792490.510.6800.02255.5393.4164.31
Hex7B4FF93344021005d40
Octal1731173716310402400135100
Binary1111011100111111111001110011100010001010000000010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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