#7F5DEA

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

Shades of Medium Slate Blue #7F5DEA

Tints of Medium Slate Blue #7F5DEA

Color information

#7F5DEA (or 0x7F5DEA) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 5D and EA. RGB value is (127,93,234). Sum of RGB (Red+Green+Blue) = 127+93+234=454 (60% of max value = 765). Red value is 127 (50% from 255 or 27.97% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #7F5DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F5DEA is #80A215. Grayscale: #767676. Windows color (decimal): -8430102 or 15359359. OLE color: 15359359.

HSL color Cylindrical-coordinate representation of color #7F5DEA: hue angle of 254.47º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F5DEA is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12793234-
CMYK0.460.6000.08
HSL254.47º77.05%64.12%-
HSV(B)254.47º60.26%91.76%-
XYZ27.5218.2879.92-
YUV119.24192.76133.54-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.97%
GREEN value IS 93 (36.72% from 255) = 20.48%
BLUE value IS 234 (91.80% from 255) = 51.54%
R=27.97%
G=20.48%
B=51.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal127932340.460.6000.08254.4777.0564.12
Hex7F5DEA2E3C08fe4d40
Octal1771353525674010376115100
Binary1111111101110111101010101110111100010001111111010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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