#7F47F6

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

Shades of Medium Slate Blue #7F47F6

Tints of Medium Slate Blue #7F47F6

Color information

#7F47F6 (or 0x7F47F6) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 47 and F6. RGB value is (127,71,246). Sum of RGB (Red+Green+Blue) = 127+71+246=444 (58% of max value = 765). Red value is 127 (50% from 255 or 28.60% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 246 (96.48% from 255 or 55.41% from 444); Max value from RGB is 246 - color contains mainly: blue. Hex color #7F47F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F47F6 is #80B809. Grayscale: #6B6B6B. Windows color (decimal): -8435722 or 16140159. OLE color: 16140159.

HSL color Cylindrical-coordinate representation of color #7F47F6: hue angle of 259.2º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F47F6 is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12771246-
CMYK0.480.7100.04
HSL259.2º90.67%62.16%-
HSV(B)259.2º71.14%96.47%-
XYZ27.6415.6788.76-
YUV107.69206.05141.77-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.60%
GREEN value IS 71 (28.12% from 255) = 15.99%
BLUE value IS 246 (96.48% from 255) = 55.41%
R=28.60%
G=15.99%
B=55.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal127712460.480.7100.04259.290.6762.16
Hex7F47F63047041035b3e
Octal177107366601070440313376
Binary1111111100011111110110110000100011101001000000111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F47F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,71,246); }

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

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

 a { background-color: rgb(127,71,246); }

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

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

 span { border-color: rgb(127,71,246); }

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