#7F4DFF

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

Shades of Medium Slate Blue #7F4DFF

Tints of Medium Slate Blue #7F4DFF

Color information

#7F4DFF (or 0x7F4DFF) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 4D and FF. RGB value is (127,77,255). Sum of RGB (Red+Green+Blue) = 127+77+255=459 (60% of max value = 765). Red value is 127 (50% from 255 or 27.67% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F4DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F4DFF is #80B200. Grayscale: #6F6F6F. Windows color (decimal): -8434177 or 16731519. OLE color: 16731519.

HSL color Cylindrical-coordinate representation of color #7F4DFF: hue angle of 256.85º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F4DFF is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB12777255-
CMYK0.500.7000
HSL256.85º100%65.1%-
HSV(B)256.85º69.8%100%-
XYZ29.4617.0496.34-
YUV112.24208.56138.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.67%
GREEN value IS 77 (30.47% from 255) = 16.78%
BLUE value IS 255 (100% from 255) = 55.56%
R=27.67%
G=16.78%
B=55.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal127772550.500.7000256.8510065.1
Hex7F4DFF3246001016441
Octal1771153776210600401144101
Binary111111110011011111111111001010001100010000000111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,77,255); }

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

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

 a { background-color: rgb(127,77,255); }

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

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

 span { border-color: rgb(127,77,255); }

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