#7F5DF3

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

Shades of Medium Slate Blue #7F5DF3

Tints of Medium Slate Blue #7F5DF3

Color information

#7F5DF3 (or 0x7F5DF3) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 5D and F3. RGB value is (127,93,243). Sum of RGB (Red+Green+Blue) = 127+93+243=463 (61% of max value = 765). Red value is 127 (50% from 255 or 27.43% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 243 (95.31% from 255 or 52.48% from 463); Max value from RGB is 243 - color contains mainly: blue. Hex color #7F5DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F5DF3 is #80A20C. Grayscale: #777777. Windows color (decimal): -8430093 or 15949183. OLE color: 15949183.

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

Color convert

RGB12793243-
CMYK0.480.6200.05
HSL253.6º86.21%65.88%-
HSV(B)253.6º61.73%95.29%-
XYZ28.8418.8186.9-
YUV120.27197.26132.8-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.43%
GREEN value IS 93 (36.72% from 255) = 20.09%
BLUE value IS 243 (95.31% from 255) = 52.48%
R=27.43%
G=20.09%
B=52.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal127932430.480.6200.05253.686.2165.88
Hex7F5DF3303E05fe5642
Octal177135363607605376126102
Binary111111110111011111001111000011111001011111111010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,93,243); }

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

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

 a { background-color: rgb(127,93,243); }

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

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

 span { border-color: rgb(127,93,243); }

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