#7F51E1

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

Shades of Medium Slate Blue #7F51E1

Tints of Medium Slate Blue #7F51E1

Color information

#7F51E1 (or 0x7F51E1) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 51 and E1. RGB value is (127,81,225). Sum of RGB (Red+Green+Blue) = 127+81+225=433 (57% of max value = 765). Red value is 127 (50% from 255 or 29.33% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 225 (88.28% from 255 or 51.96% from 433); Max value from RGB is 225 - color contains mainly: blue. Hex color #7F51E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F51E1 is #80AE1E. Grayscale: #6E6E6E. Windows color (decimal): -8433183 or 14766463. OLE color: 14766463.

HSL color Cylindrical-coordinate representation of color #7F51E1: hue angle of 259.17º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F51E1 is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12781225-
CMYK0.440.6400.12
HSL259.17º70.59%60%-
HSV(B)259.17º64%88.24%-
XYZ25.2915.8372.96-
YUV111.17192.24139.29-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.33%
GREEN value IS 81 (32.03% from 255) = 18.71%
BLUE value IS 225 (88.28% from 255) = 51.96%
R=29.33%
G=18.71%
B=51.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal127812250.440.6400.12259.1770.5960
Hex7F51E12C400C103473c
Octal1771213415410001440310774
Binary11111111010001111000011011001000000011001000000111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F51E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,81,225); }

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

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

 a { background-color: rgb(127,81,225); }

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

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

 span { border-color: rgb(127,81,225); }

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