#7F5BF0

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

Shades of Medium Slate Blue #7F5BF0

Tints of Medium Slate Blue #7F5BF0

Color information

#7F5BF0 (or 0x7F5BF0) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 5B and F0. RGB value is (127,91,240). Sum of RGB (Red+Green+Blue) = 127+91+240=458 (60% of max value = 765). Red value is 127 (50% from 255 or 27.73% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 240 (94.14% from 255 or 52.40% from 458); Max value from RGB is 240 - color contains mainly: blue. Hex color #7F5BF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F5BF0 is #80A40F. Grayscale: #767676. Windows color (decimal): -8430608 or 15752063. OLE color: 15752063.

HSL color Cylindrical-coordinate representation of color #7F5BF0: hue angle of 254.5º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F5BF0 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12791240-
CMYK0.470.6200.06
HSL254.5º83.24%64.9%-
HSV(B)254.5º62.08%94.12%-
XYZ28.2218.2984.48-
YUV118.75196.43133.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.73%
GREEN value IS 91 (35.94% from 255) = 19.87%
BLUE value IS 240 (94.14% from 255) = 52.40%
R=27.73%
G=19.87%
B=52.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal127912400.470.6200.06254.583.2464.9
Hex7F5BF02F3E06fe5341
Octal177133360577606376123101
Binary111111110110111111000010111111111001101111111010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,91,240); }

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

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

 a { background-color: rgb(127,91,240); }

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

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

 span { border-color: rgb(127,91,240); }

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