#7F5EF1

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

Shades of Medium Slate Blue #7F5EF1

Tints of Medium Slate Blue #7F5EF1

Color information

#7F5EF1 (or 0x7F5EF1) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 5E and F1. RGB value is (127,94,241). Sum of RGB (Red+Green+Blue) = 127+94+241=462 (61% of max value = 765). Red value is 127 (50% from 255 or 27.49% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #7F5EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F5EF1 is #80A10E. Grayscale: #787878. Windows color (decimal): -8429839 or 15818367. OLE color: 15818367.

HSL color Cylindrical-coordinate representation of color #7F5EF1: hue angle of 253.47º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F5EF1 is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12794241-
CMYK0.470.6100.05
HSL253.47º84%65.69%-
HSV(B)253.47º61%94.51%-
XYZ28.6318.8785.35-
YUV120.62195.93132.55-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.49%
GREEN value IS 94 (37.11% from 255) = 20.35%
BLUE value IS 241 (94.53% from 255) = 52.16%
R=27.49%
G=20.35%
B=52.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal127942410.470.6100.05253.478465.69
Hex7F5EF12F3D05fd5442
Octal177136361577505375124102
Binary111111110111101111000110111111110101011111110110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,94,241); }

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

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

 a { background-color: rgb(127,94,241); }

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

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

 span { border-color: rgb(127,94,241); }

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