#7F5DED

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

Shades of Medium Slate Blue #7F5DED

Tints of Medium Slate Blue #7F5DED

Color information

#7F5DED (or 0x7F5DED) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 5D and ED. RGB value is (127,93,237). Sum of RGB (Red+Green+Blue) = 127+93+237=457 (60% of max value = 765). Red value is 127 (50% from 255 or 27.79% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #7F5DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F5DED is #80A212. Grayscale: #777777. Windows color (decimal): -8430099 or 15555967. OLE color: 15555967.

HSL color Cylindrical-coordinate representation of color #7F5DED: hue angle of 254.17º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F5DED is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12793237-
CMYK0.460.6100.07
HSL254.17º80%64.71%-
HSV(B)254.17º60.76%92.94%-
XYZ27.9518.4682.21-
YUV119.58194.26133.29-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.79%
GREEN value IS 93 (36.72% from 255) = 20.35%
BLUE value IS 237 (92.97% from 255) = 51.86%
R=27.79%
G=20.35%
B=51.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal127932370.460.6100.07254.178064.71
Hex7F5DED2E3D07fe5041
Octal177135355567507376120101
Binary111111110111011110110110111011110101111111111010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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