#7F4EE0

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

Shades of Medium Slate Blue #7F4EE0

Tints of Medium Slate Blue #7F4EE0

Color information

#7F4EE0 (or 0x7F4EE0) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 4E and E0. RGB value is (127,78,224). Sum of RGB (Red+Green+Blue) = 127+78+224=429 (56% of max value = 765). Red value is 127 (50% from 255 or 29.60% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 224 (87.89% from 255 or 52.21% from 429); Max value from RGB is 224 - color contains mainly: blue. Hex color #7F4EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4EE0 is #80B11F. Grayscale: #6C6C6C. Windows color (decimal): -8433952 or 14700159. OLE color: 14700159.

HSL color Cylindrical-coordinate representation of color #7F4EE0: hue angle of 260.14º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F4EE0 is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12778224-
CMYK0.430.6500.12
HSL260.14º70.19%59.22%-
HSV(B)260.14º65.18%87.84%-
XYZ24.9315.3472.17-
YUV109.29192.73140.63-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.60%
GREEN value IS 78 (30.86% from 255) = 18.18%
BLUE value IS 224 (87.89% from 255) = 52.21%
R=29.60%
G=18.18%
B=52.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal127782240.430.6500.12260.1470.1959.22
Hex7F4EE02B410C104463b
Octal1771163405310101440410673
Binary11111111001110111000001010111000001011001000001001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,78,224); }

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

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

 a { background-color: rgb(127,78,224); }

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

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

 span { border-color: rgb(127,78,224); }

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