#7B55F9

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

Shades of Medium Slate Blue #7B55F9

Tints of Medium Slate Blue #7B55F9

Color information

#7B55F9 (or 0x7B55F9) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 55 and F9. RGB value is (123,85,249). Sum of RGB (Red+Green+Blue) = 123+85+249=457 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.91% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 249 (97.66% from 255 or 54.49% from 457); Max value from RGB is 249 - color contains mainly: blue. Hex color #7B55F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B55F9 is #84AA06. Grayscale: #727272. Windows color (decimal): -8694279 or 16340347. OLE color: 16340347.

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

Color convert

RGB12385249-
CMYK0.510.6600.02
HSL253.9º93.18%65.49%-
HSV(B)253.9º65.86%97.65%-
XYZ28.5217.5591.51-
YUV115.06203.59133.66-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.91%
GREEN value IS 85 (33.59% from 255) = 18.60%
BLUE value IS 249 (97.66% from 255) = 54.49%
R=26.91%
G=18.60%
B=54.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal123852490.510.6600.02253.993.1865.49
Hex7B55F9334202fe5d41
Octal1731253716310202376135101
Binary111101110101011111100111001110000100101111111010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B55F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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